summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-11-22 14:37:27 -0600
committerAlexander M Pickering <alex@cogarr.net>2024-11-22 14:37:27 -0600
commit225a33bf8b1826d213bd5bf04595d59d339aa491 (patch)
treebecea4656426e5399c353b8da541a09d7154ffce
parent6a2c81487cfe4304df4e9dfc3b7fdba0f760ff51 (diff)
downloadlua-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-xinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/init b/init
index 6766335..f5e9155 100755
--- a/init
+++ b/init
@@ -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