From 92ab2b277eba8c94b59bfc8f405fc536862a09de Mon Sep 17 00:00:00 2001 From: Alec Leamas Date: Fri, 22 Oct 2010 15:28:29 +0200 Subject: [PATCH] bugfix --- pkg/fedora/make-dist.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/fedora/make-dist.sh b/pkg/fedora/make-dist.sh index ae7726b88..635a6efe0 100755 --- a/pkg/fedora/make-dist.sh +++ b/pkg/fedora/make-dist.sh @@ -226,6 +226,7 @@ function make_bundle() rm -rf $bundle_name cd diaspora rm -rf vendor/* + mkdir -p vendor/cache if [ "$BUNDLE_FIX" = 'yes' ]; then rm -f Gemfile.lock rm -rf .bundle