summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rwxr-xr-xinit2
1 files changed, 2 insertions, 0 deletions
diff --git a/init b/init
index 206fcf8..cc8d540 100755
--- a/init
+++ b/init
@@ -11,6 +11,8 @@ obj="luasystem-$packver.$(luarocks config arch).rock"
11cp $obj /root 11cp $obj /root
12cd /root 12cd /root
13if [ -z $(echo $CFLAGS | grep -o -E -- '( |^)-g( |$)') ]; then 13if [ -z $(echo $CFLAGS | grep -o -E -- '( |^)-g( |$)') ]; then
14 # Release build, delete docs/
15 zip -d $obj doc/ doc/*
14 # And pack the library with upx 16 # And pack the library with upx
15 unzip $obj lib/* 17 unzip $obj lib/*
16 upx --no-progress lib/* 18 upx --no-progress lib/*