From 6502e28fbf58922e480703be625cdb9a05b0d999 Mon Sep 17 00:00:00 2001 From: Alec Leamas Date: Sun, 24 Oct 2010 13:19:00 +0200 Subject: [PATCH] bugfix --- pkg/fedora/make-dist.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/fedora/make-dist.sh b/pkg/fedora/make-dist.sh index 68dc1518c..facbd481d 100755 --- a/pkg/fedora/make-dist.sh +++ b/pkg/fedora/make-dist.sh @@ -226,14 +226,13 @@ set -x echo "Creating bundle $bundle_name" cd dist rm -rf $bundle_name -rm -rf diaspora -git clone --quiet $GIT_REPO cd diaspora if [ "$BUNDLE_FIX" = 'yes' ]; then rm -f Gemfile.lock rm -rf .bundle bundle update fi + bundle install --deployment bundle package package_git_gems "$PWD/Gemfile.lock" "$PWD/vendor/cache" cp -ar AUTHORS Gemfile Gemfile.lock GNU-AGPL-3.0 COPYRIGHT \