diff options
author | Alexander M Pickering <alex@cogarr.net> | 2025-02-27 13:47:02 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2025-02-27 13:47:02 -0600 |
commit | d9af13418f6628d11e240f0418bd5333768e2052 (patch) | |
tree | 6ee7f363285f125bf6940b7d9d6a503a152d6e64 /init | |
parent | fbb21e7aa341b968c9f3577fef3c6580ffcceb11 (diff) | |
download | lpeglabel-packaging-master.tar.gz lpeglabel-packaging-master.tar.bz2 lpeglabel-packaging-master.zip |
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 |