From 2b5e5d9b0b35ec88b7dca9b183361dc18bc7d3a6 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Fri, 23 Aug 2024 14:40:32 -0500 Subject: Try using luarocks deploy script --- init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init') diff --git a/init b/init index 8d55897..1eac090 100755 --- a/init +++ b/init @@ -9,7 +9,7 @@ cd /root if [ -z $(echo $CFLAGS | grep -o -E -- '( |^)-g( |$)') ]; then # Release build, delete docs/ and tests/ zip -d $obj docs/ docs/* tests/ tests/* - # And pack the library + # And pack the library with upx unzip $obj lib/* upx lib/* zip -r -u $obj lib -- cgit v1.2.3-55-g6feb