wok diff linld/receipt @ rev 23736
updated wordpress (5.2.4 -> 5.4.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 01 10:06:58 2020 +0100 (2020-05-01) |
parents | 2164471e4535 |
children | d70f7cc6e3ac |
line diff
1.1 --- a/linld/receipt Mon Oct 14 14:56:58 2019 +0200 1.2 +++ b/linld/receipt Fri May 01 10:06:58 2020 +0100 1.3 @@ -52,16 +52,8 @@ 1.4 linld=linld.com 1.5 [ $(stat -c %s $linld) -le 4096 ] && ls -l $linld && linld= 1.6 for f in $linld tazboot.com ; do 1.7 - cp $f tmp.com 1.8 - for i in $(seq 1 9); do 1.9 - upx -$i --8086 tmp.com 1.10 - [ $(stat -c "%s" $f) -gt $(stat -c "%s" tmp.com) ] && 1.11 - cp tmp.com $f 1.12 - upx -d tmp.com 1.13 - done > /dev/null 2>&1 1.14 - rm tmp.com 1.15 + upx -qq --ultra-brute --8086 $f 1.16 done 1.17 - upx -l $linld tazboot.com 1.18 cc -o tobzimage.o -Wa,-algms=tobzimage.lst -c $stuff/tobzimage.S 1.19 objcopy -O binary tobzimage.o tobzimage.bin 1.20 cp $stuff/tobzimage .