we don't always have this

This commit is contained in:
Michael Jerris 2010-04-02 02:08:53 -04:00
parent 597675ec14
commit 14226d2d94

View File

@ -64,7 +64,7 @@ rm -rf .git
cd .. cd ..
tar -czvf $dst_name.tar.gz $dst_dir tar -czvf $dst_name.tar.gz $dst_dir
tar -cjvf $dst_name.tar.bz2 $dst_dir tar -cjvf $dst_name.tar.bz2 $dst_dir
tar -cJvf $dst_name.tar.xz $dst_dir tar -cJvf $dst_name.tar.xz $dst_dir || echo tar does not support -J
rm -rf $dst_dir rm -rf $dst_dir
cat 1>&2 <<EOF cat 1>&2 <<EOF