summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-12-09 00:28:45 -0600
committerAlexander M Pickering <alex@cogarr.net>2024-12-09 00:28:45 -0600
commit1fff0b708dfc71f924ec72a3e1dfa2bfe35f4f1a (patch)
tree5a9de0caa3e336e36197726b06efe92276af4a7c /init
parent4d311dd0ea315d09154cae4d4212f6b14e3ae211 (diff)
downloadluasystem-packaging-1fff0b708dfc71f924ec72a3e1dfa2bfe35f4f1a.tar.gz
luasystem-packaging-1fff0b708dfc71f924ec72a3e1dfa2bfe35f4f1a.tar.bz2
luasystem-packaging-1fff0b708dfc71f924ec72a3e1dfa2bfe35f4f1a.zip
work on fixing system detection
Diffstat (limited to 'init')
-rwxr-xr-xinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/init b/init
index af3559d..14be120 100755
--- a/init
+++ b/init
@@ -3,7 +3,7 @@
3cd luasystem 3cd luasystem
4mv rockspecs/* . 4mv rockspecs/* .
5luarocks config variables.CFLAGS " $CFLAGS" 5luarocks config variables.CFLAGS " $CFLAGS"
6luarocks make --pack-binary-rock luasystem-$packver.rockspec 6luarocks make --pack-binary-rock luasystem-$packver.rockspec --verbose
7obj="luasystem-$packver.$(luarocks config arch).rock" 7obj="luasystem-$packver.$(luarocks config arch).rock"
8cp $obj /root 8cp $obj /root
9cd /root 9cd /root