summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-03-25 21:48:12 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-03-25 21:48:12 +0000
commit7f4318b34384dfba4804e0c8a014e82d5281bf3b (patch)
tree49bea7cf779f014f5241f6cfe4acb252143784af /tools
parent53e5f6e93924db0d7618b57fbef583bbf9d0c204 (diff)
no real point running gzip on the package tarball
git-svn-id: svn://localhost/ardour2/branches/3.0@9208 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 16e145ec83..16cfecc950 100755
--- a/tools/linux_packaging/package
+++ b/tools/linux_packaging/package
@@ -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}