no real point running gzip on the package tarball

git-svn-id: svn://localhost/ardour2/branches/3.0@9208 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-03-25 21:48:12 +00:00
parent 53e5f6e939
commit 7f4318b343

View File

@ -162,7 +162,7 @@ cp stage2.run ${PACKAGE}/.stage2.run
cp README ${PACKAGE}
echo "Creating tarball..."
tar -czf ${PACKAGE}.tar.gz ${PACKAGE}
tar -cf ${PACKAGE}.tar ${PACKAGE}
echo "Clean up"
rm -rf ${PACKAGE}