diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-11-22 14:37:27 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-11-22 14:37:27 -0600 |
commit | 225a33bf8b1826d213bd5bf04595d59d339aa491 (patch) | |
tree | becea4656426e5399c353b8da541a09d7154ffce | |
parent | 6a2c81487cfe4304df4e9dfc3b7fdba0f760ff51 (diff) | |
download | lua-compat-53-packaging-225a33bf8b1826d213bd5bf04595d59d339aa491.tar.gz lua-compat-53-packaging-225a33bf8b1826d213bd5bf04595d59d339aa491.tar.bz2 lua-compat-53-packaging-225a33bf8b1826d213bd5bf04595d59d339aa491.zip |
Pack the right directory
-rwxr-xr-x | init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ if [ -z $(echo $CFLAGS | grep -o -E -- '( |^)-g( |$)') ]; then | |||
17 | zip -d $obj2 doc/ doc/* | 17 | zip -d $obj2 doc/ doc/* |
18 | # And pack the library with upx | 18 | # And pack the library with upx |
19 | unzip $obj1 lib/* | 19 | unzip $obj1 lib/* |
20 | upx --no-progress lib/* | 20 | upx --no-progress lib/compat53/* |
21 | zip -r "$obj1" lib | 21 | zip -r "$obj1" lib |
22 | rm -rf lib | 22 | rm -rf lib |
23 | 23 | ||