gz the final package instead of bz2

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8585 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Todd Naugle 2011-01-26 22:48:49 +00:00
parent 4bd480bcfe
commit aa5c4442e3

View file

@ -75,7 +75,7 @@ cp install.sh ${PACKAGE}
cp stage2.run ${PACKAGE}
echo "Creating tarball..."
tar -cjf ${PACKAGE}.tar.bz2 ${PACKAGE}
tar -czf ${PACKAGE}.tar.gz ${PACKAGE}
echo "Clean up"
rm -rf ${PACKAGE}