diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-09-04 18:26:54 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-09-04 18:26:54 -0500 |
commit | 0dfba3ec9b849ed7e44a5752e374d63bc8bc7f65 (patch) | |
tree | 0c168d1d1e7ae664cde0b6707b0ec6c9f9de168c | |
parent | 851451b41aa8edc20077b4d2cca25fd00f51fa68 (diff) | |
download | luafilesystem-packaging-0dfba3ec9b849ed7e44a5752e374d63bc8bc7f65.tar.gz luafilesystem-packaging-0dfba3ec9b849ed7e44a5752e374d63bc8bc7f65.tar.bz2 luafilesystem-packaging-0dfba3ec9b849ed7e44a5752e374d63bc8bc7f65.zip |
Try removeing the update flag
-rwxr-xr-x | init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,5 +12,5 @@ if [ -z $(echo $CFLAGS | grep -o -E -- '( |^)-g( |$)') ]; then | |||
12 | # And pack the library with upx | 12 | # And pack the library with upx |
13 | unzip $obj lib/* | 13 | unzip $obj lib/* |
14 | upx --no-progress lib/* | 14 | upx --no-progress lib/* |
15 | zip -r -u "$obj" lib | 15 | zip -r "$obj" lib |
16 | fi | 16 | fi |