From 06215365b4c9db42bf60425b55cc5043f3d6a891 Mon Sep 17 00:00:00 2001 From: Alec Leamas Date: Sat, 23 Oct 2010 16:48:44 +0200 Subject: [PATCH] testing --- 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 728918844..68dc1518c 100755 --- a/pkg/fedora/make-dist.sh +++ b/pkg/fedora/make-dist.sh @@ -241,7 +241,7 @@ git clone --quiet $GIT_REPO cd vendor mv cache $bundle_name tar czf ../../$bundle_name.tar.gz $bundle_name - mv $bundle_name vendor + mv $bundle_name cache cd .. cd .. cd ..