diff options
Diffstat (limited to 'init')
-rwxr-xr-x | init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ cp lpeglabel-packaging/*.rockspec lpeglabel | |||
4 | cd lpeglabel | 4 | cd lpeglabel |
5 | luarocks config variables.CFLAGS " $CFLAGS" | 5 | luarocks config variables.CFLAGS " $CFLAGS" |
6 | luarocks make --pack-binary-rock lpeglabel-1.6.2-1.rockspec | 6 | luarocks make --pack-binary-rock lpeglabel-1.6.2-1.rockspec |
7 | obj="lpeg-1.6.2-1.$(luarocks config arch).rock" | 7 | obj="lpeglabel-1.6.2-1.$(luarocks config arch).rock" |
8 | cp $obj /root | 8 | cp $obj /root |
9 | cd /root | 9 | cd /root |
10 | if [ -z $(echo $CFLAGS | grep -o -E -- '( |^)-g( |$)') ]; then | 10 | if [ -z $(echo $CFLAGS | grep -o -E -- '( |^)-g( |$)') ]; then |