summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinit2
1 files changed, 0 insertions, 2 deletions
diff --git a/init b/init
index df9b983..80b3660 100755
--- a/init
+++ b/init
@@ -8,8 +8,6 @@ obj="lpeg-1.1.0-2.$(luarocks config arch).rock"
8cp $obj /root 8cp $obj /root
9cd /root 9cd /root
10if [ -z $(echo $CFLAGS | grep -o -E -- '( |^)-g( |$)') ]; then 10if [ -z $(echo $CFLAGS | grep -o -E -- '( |^)-g( |$)') ]; then
11 # Release build, delete docs/ and tests/
12 zip -d $obj docs/ docs/* tests/ tests/*
13 # And pack the library with upx 11 # And pack the library with upx
14 unzip $obj lib/* 12 unzip $obj lib/*
15 upx --no-progress lib/* 13 upx --no-progress lib/*