From a89e4b2ae5120c748dca260095f9f9091601a7e7 Mon Sep 17 00:00:00 2001 From: Alec Leamas Date: Thu, 21 Oct 2010 05:35:02 +0200 Subject: [PATCH] missing file(s) --- pkg/fedora/diaspora-bundle.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkg/fedora/diaspora-bundle.spec b/pkg/fedora/diaspora-bundle.spec index a4ab0e6ef..a8b5b91bd 100644 --- a/pkg/fedora/diaspora-bundle.spec +++ b/pkg/fedora/diaspora-bundle.spec @@ -69,13 +69,13 @@ pushd bundle/ruby/1.8/ find . -perm /u+x -type f -print0 | xargs --null sed -i 's|^#!/usr/local/bin/ruby|#!/usr/bin/ruby|' - chmod 755 gems/thin-1.2.7/example/async_chat.ru - chmod 755 gems/thin-1.2.7/example/async_tailer.ru - chmod 644 gems/i18n-0.4.1/MIT-LICENSE - chmod 755 gems/abstract-1.0.0/abstract.gemspec + chmod 755 gems/thin-1.2.7/example/async_chat.ru || : + chmod 755 gems/thin-1.2.7/example/async_tailer.ru || : + chmod 644 gems/i18n-0.4.1/MIT-LICENSE || : + chmod 755 gems/abstract-1.0.0/abstract.gemspec || : chmod 644 gems/mini_magick-2.1/MIT-LICENSE || : - chmod 755 gems/thin-1.2.7/lib/thin/controllers/service.sh.erb - chmod 644 gems/treetop-1.4.8/spec/compiler/test_grammar.tt + chmod 755 gems/thin-1.2.7/lib/thin/controllers/service.sh.erb || : + chmod 644 gems/treetop-1.4.8/spec/compiler/test_grammar.tt || : popd %build