diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-10-15 13:44:03 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-10-15 13:44:03 -0500 |
commit | 8221af58f407e0f8fa2cbd3857fb6d948b6d9538 (patch) | |
tree | 9466386b50180fcd49f56f0bf1b8977e310c68c0 | |
parent | ccd10c71b3dc09a36b69443760162a316789e21c (diff) | |
download | image-wine-8221af58f407e0f8fa2cbd3857fb6d948b6d9538.tar.gz image-wine-8221af58f407e0f8fa2cbd3857fb6d948b6d9538.tar.bz2 image-wine-8221af58f407e0f8fa2cbd3857fb6d948b6d9538.zip |
Remove test flag
-rwxr-xr-x | init | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -3,12 +3,12 @@ | |||
3 | rc-service networking start | 3 | rc-service networking start |
4 | 4 | ||
5 | # Install | 5 | # Install |
6 | apk add wine zip xdotool xwd xvfb xvfb-run imagemagick upx | 6 | apk add --no-progress wine zip xdotool xwd xvfb xvfb-run imagemagick upx |
7 | 7 | ||
8 | # Compress wine and libllvm | 8 | # Compress wine and libllvm |
9 | upx -9t -q --no-color --no-progress --ultra-brute --strip-relocs=0 --compress-exports=0 --compress-icons=0 --overlay=skip /usr/lib/wine/i386-windows/* | 9 | upx -9 -q --no-color --no-progress --ultra-brute --strip-relocs=0 --compress-exports=0 --compress-icons=0 --overlay=skip /usr/lib/wine/i386-windows/* |
10 | upx -9t -q --no-color --no-progress --ultra-brute --strip-relocs=0 --compress-exports=0 --compress-icons=0 --overlay=skip /usr/lib/wine/x86_64-windows/* | 10 | upx -9 -q --no-color --no-progress --ultra-brute --strip-relocs=0 --compress-exports=0 --compress-icons=0 --overlay=skip /usr/lib/wine/x86_64-windows/* |
11 | upx -9t -q --no-color --no-progress --ultra-brute --strip-relocs=0 --compress-exports=0 --compress-icons=0 --overlay=skip /usr/lib/libLLVM.so.* | 11 | upx -9 -q --no-color --no-progress --ultra-brute --strip-relocs=0 --compress-exports=0 --compress-icons=0 --overlay=skip /usr/lib/libLLVM.so.* |
12 | 12 | ||
13 | # Delete cache | 13 | # Delete cache |
14 | rm -rf /var/cache/apk/* | 14 | rm -rf /var/cache/apk/* |