Don't compress linux bundle, compress installer (with xz)
[ardour.git] / tools / linux_packaging / build
index 34a16f95139475f9e101c2868421b2c80f4405e0..935f712206ffdb495915c5b32ee6848c904e4a8f 100755 (executable)
@@ -741,8 +741,8 @@ fi
 
 echo "Building tarball ..."
 
-rm -f $APPDIR.tar.bz2
-tar -cjf $APPDIR.tar.bz2 $APPDIR
+rm -f $APPDIR.tar
+tar -cf $APPDIR.tar $APPDIR
 
 echo "Calculating bundle size"
 du -sb $APPDIR/  | awk '{print $1}' > $APPDIR.size