diff options
-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 |