summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinit4
1 files changed, 2 insertions, 2 deletions
diff --git a/init b/init
index 3f9af63..6766335 100755
--- a/init
+++ b/init
@@ -13,8 +13,8 @@ cp $obj2 /root
13cd /root 13cd /root
14if [ -z $(echo $CFLAGS | grep -o -E -- '( |^)-g( |$)') ]; then 14if [ -z $(echo $CFLAGS | grep -o -E -- '( |^)-g( |$)') ]; then
15 # Release build, delete docs/ and tests/ 15 # Release build, delete docs/ and tests/
16 zip -d $obj1 docs/ docs/* tests/ tests/* 16 zip -d $obj1 doc/ doc/*
17 zip -d $obj2 docs/ docs/* tests/ tests/* 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/*