use the best compress level for gzip.
This commit is contained in:
parent
39cea1cbb3
commit
843fd34df6
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue