1
0

refine scripts

This commit is contained in:
2024-11-01 15:46:17 +03:00
parent a03db36fed
commit 352b17054d
3 changed files with 88 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ ver_path="v${major}.${minor}"
tarball_new="linux_${v}.orig.tar"
tarball_new_comp="${tarball_new}.xz"
do_compress() { do_idle xz -1vv "$1" ; }
do_compress() { do_idle xz -8vv "$1" ; }
while ! [ -s "../${tarball_new_comp}" ] ; do