diff options
Diffstat (limited to 'init')
| -rwxr-xr-x | init | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -11,6 +11,6 @@ if [ -z $(echo $CFLAGS | grep -o -E -- '( |^)-g( |$)') ]; then | |||
| 11 | zip -d $obj docs/ docs/* tests/ tests/* | 11 | zip -d $obj docs/ docs/* tests/ tests/* |
| 12 | # And pack the library with upx | 12 | # And pack the library with upx |
| 13 | unzip $obj lib/* | 13 | unzip $obj lib/* |
| 14 | upx lib/* | 14 | upx --no-progress lib/* |
| 15 | zip -r -u $obj lib | 15 | zip -r -u "$obj" lib |
| 16 | fi | 16 | fi |
