summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-08-19 12:29:49 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-08-19 12:29:49 -0500
commit1d389aebec974166d5e53ee75e142b408fda3c30 (patch)
tree8e150700ce806f06348b2b26e8f513ea17fe290b
parent72ec490dbd079556d2b043d65d63405fb1cc1a3b (diff)
downloadluafilesystem-packaging-1d389aebec974166d5e53ee75e142b408fda3c30.tar.gz
luafilesystem-packaging-1d389aebec974166d5e53ee75e142b408fda3c30.tar.bz2
luafilesystem-packaging-1d389aebec974166d5e53ee75e142b408fda3c30.zip
Quickfix
-rwxr-xr-xinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/init b/init
index 4c3a926..d0cfbb3 100755
--- a/init
+++ b/init
@@ -3,7 +3,7 @@
3cd luafilesystem 3cd luafilesystem
4luarocks config variables.CFLAGS " $CFLAGS" 4luarocks config variables.CFLAGS " $CFLAGS"
5luarocks make --pack-binary-rock luafilesystem-scm-1.rockspec 5luarocks make --pack-binary-rock luafilesystem-scm-1.rockspec
6ojb="luafilesystem-scm-1.$(luarocks config arch).rock" 6obj="luafilesystem-scm-1.$(luarocks config arch).rock"
7cp $obj /root 7cp $obj /root
8cd /root 8cd /root
9if [ -n $(echo $CFLAGS | grep -o -E -- '( |^)-g( |$)') ]; then 9if [ -n $(echo $CFLAGS | grep -o -E -- '( |^)-g( |$)') ]; then