use the best compress level for gzip.

This commit is contained in:
agentzh (章亦春) 2012-03-22 16:09:44 +08:00
parent 39cea1cbb3
commit 843fd34df6
1 changed files with 2 additions and 1 deletions

View File

@ -306,5 +306,6 @@ cp $root/util/install bundle/
cd $root
tar czf $name.tar.gz $name
tar cf $name.tar $name
gzip -f --best $name.tar