summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rwxr-xr-xinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/init b/init
index eb031e0..6f1aac4 100755
--- a/init
+++ b/init
@@ -4,7 +4,7 @@ cp lpeglabel-packaging/*.rockspec lpeglabel
4cd lpeglabel 4cd lpeglabel
5luarocks config variables.CFLAGS " $CFLAGS" 5luarocks config variables.CFLAGS " $CFLAGS"
6luarocks make --pack-binary-rock lpeglabel-1.6.2-1.rockspec 6luarocks make --pack-binary-rock lpeglabel-1.6.2-1.rockspec
7obj="lpeg-1.6.2-1.$(luarocks config arch).rock" 7obj="lpeglabel-1.6.2-1.$(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