diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-08-19 12:29:49 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-08-19 12:29:49 -0500 |
commit | 1d389aebec974166d5e53ee75e142b408fda3c30 (patch) | |
tree | 8e150700ce806f06348b2b26e8f513ea17fe290b | |
parent | 72ec490dbd079556d2b043d65d63405fb1cc1a3b (diff) | |
download | luafilesystem-packaging-1d389aebec974166d5e53ee75e142b408fda3c30.tar.gz luafilesystem-packaging-1d389aebec974166d5e53ee75e142b408fda3c30.tar.bz2 luafilesystem-packaging-1d389aebec974166d5e53ee75e142b408fda3c30.zip |
Quickfix
-rwxr-xr-x | init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ | |||
3 | cd luafilesystem | 3 | cd luafilesystem |
4 | luarocks config variables.CFLAGS " $CFLAGS" | 4 | luarocks config variables.CFLAGS " $CFLAGS" |
5 | luarocks make --pack-binary-rock luafilesystem-scm-1.rockspec | 5 | luarocks make --pack-binary-rock luafilesystem-scm-1.rockspec |
6 | ojb="luafilesystem-scm-1.$(luarocks config arch).rock" | 6 | obj="luafilesystem-scm-1.$(luarocks config arch).rock" |
7 | cp $obj /root | 7 | cp $obj /root |
8 | cd /root | 8 | cd /root |
9 | if [ -n $(echo $CFLAGS | grep -o -E -- '( |^)-g( |$)') ]; then | 9 | if [ -n $(echo $CFLAGS | grep -o -E -- '( |^)-g( |$)') ]; then |