From 66d468c2b2c4c2210112de866689b5e3c290055b Mon Sep 17 00:00:00 2001 From: Alec Leamas Date: Mon, 25 Oct 2010 11:10:00 +0200 Subject: [PATCH] bugfix --- pkg/fedora/make-dist.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/fedora/make-dist.sh b/pkg/fedora/make-dist.sh index 250caa0d8..50ddbdc47 100755 --- a/pkg/fedora/make-dist.sh +++ b/pkg/fedora/make-dist.sh @@ -240,10 +240,10 @@ function make_bundle() cp -ar AUTHORS Gemfile Gemfile.lock GNU-AGPL-3.0 COPYRIGHT \ ../$bundle_name make_docs "vendor/gems" "../$bundle_name/docs" - mv vendor/cache ../$bundle_name/cache + mv vendor/cache ../$bundle_name/vendor cd .. tar czf $bundle_name.tar.gz $bundle_name - mv $bundle_name/cache diaspora/vendor/cache + mv $bundle_name/vendor/cache diaspora/vendor/cache cd .. } echo