summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-10-25 21:12:44 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-10-25 21:12:44 -0500
commit07e2cb01930afd4749a0de4bbcc06ad26022b430 (patch)
tree9eec176578f8542abb180ee182632c22776118d9 /init
parent6ab35e7c87e11902fefcbf72214f7dd24dcbfcd7 (diff)
downloadlpeg-packaging-master.tar.gz
lpeg-packaging-master.tar.bz2
lpeg-packaging-master.zip
No tests to delete from rockHEADmaster
Diffstat (limited to 'init')
-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/*