From 3a3ad1f053e336b70087ce1dbc62f69f214c4230 Mon Sep 17 00:00:00 2001 From: Alec Leamas Date: Sun, 17 Oct 2010 10:56:25 +0200 Subject: [PATCH] bugfix --- pkg/fedora/make-dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/fedora/make-dist.sh b/pkg/fedora/make-dist.sh index 564ce02fb..4dbee30b2 100755 --- a/pkg/fedora/make-dist.sh +++ b/pkg/fedora/make-dist.sh @@ -193,7 +193,7 @@ set -x if [ "$BUNDLE_FIX" = 'yes' ]; then rm -f Gemfile.lock rm -rf .bundle - bundle update + bundle update --path="../$bundle_name/bundle" fi bundle install --deployment \ --path="../$bundle_name/bundle" \