wok-current diff BootProg/receipt @ rev 25584
Fix ncursesw build
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu May 25 10:56:33 2023 +0000 (19 months ago) |
parents | 3c71bb4367c3 |
children |
line diff
1.1 --- a/BootProg/receipt Thu May 11 15:58:49 2023 +0000 1.2 +++ b/BootProg/receipt Thu May 25 10:56:33 2023 +0000 1.3 @@ -26,7 +26,7 @@ 1.4 { 1.5 sed "1,2d;s|FAT32SZ|$(stat -c %s boot32.bin)|" $stuff/bootprog.sh 1.6 cat ${bs// /.bin }.bin 1.7 - } | xz -z --format=lzma --lzma1=lc=0,pb=0,nice=100,dict=4k >> bootprog 1.8 + } | xz -z --format=lzma --lzma1=lc=0,pb=0,nice=33,dict=4k >> bootprog 1.9 chmod +x bootprog 1.10 } 1.11