summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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