From 225a33bf8b1826d213bd5bf04595d59d339aa491 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Fri, 22 Nov 2024 14:37:27 -0600 Subject: Pack the right directory --- init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 zip -d $obj2 doc/ doc/* # And pack the library with upx unzip $obj1 lib/* - upx --no-progress lib/* + upx --no-progress lib/compat53/* zip -r "$obj1" lib rm -rf lib -- cgit v1.2.3-55-g6feb