summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTodd Naugle <toddn@glw.com>2011-01-26 22:48:49 +0000
committerTodd Naugle <toddn@glw.com>2011-01-26 22:48:49 +0000
commitaa5c4442e3c286f3f011606aed23e910f0b93b92 (patch)
tree829582e003a112fdec6d72cecda76a558e3afb46 /tools
parent4bd480bcfeb9548833c0d3c407bce8746738a16e (diff)
gz the final package instead of bz2
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8585 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/package2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linux_packaging/package b/tools/linux_packaging/package
index 95e1f0f064..76473e68a6 100755
--- a/tools/linux_packaging/package
+++ b/tools/linux_packaging/package
@@ -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}