mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
use the best compress level for gzip.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user