diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-12-09 00:28:45 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-12-09 00:28:45 -0600 |
commit | 1fff0b708dfc71f924ec72a3e1dfa2bfe35f4f1a (patch) | |
tree | 5a9de0caa3e336e36197726b06efe92276af4a7c /init | |
parent | 4d311dd0ea315d09154cae4d4212f6b14e3ae211 (diff) | |
download | luasystem-packaging-1fff0b708dfc71f924ec72a3e1dfa2bfe35f4f1a.tar.gz luasystem-packaging-1fff0b708dfc71f924ec72a3e1dfa2bfe35f4f1a.tar.bz2 luasystem-packaging-1fff0b708dfc71f924ec72a3e1dfa2bfe35f4f1a.zip |
work on fixing system detection
Diffstat (limited to 'init')
-rwxr-xr-x | init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ | |||
3 | cd luasystem | 3 | cd luasystem |
4 | mv rockspecs/* . | 4 | mv rockspecs/* . |
5 | luarocks config variables.CFLAGS " $CFLAGS" | 5 | luarocks config variables.CFLAGS " $CFLAGS" |
6 | luarocks make --pack-binary-rock luasystem-$packver.rockspec | 6 | luarocks make --pack-binary-rock luasystem-$packver.rockspec --verbose |
7 | obj="luasystem-$packver.$(luarocks config arch).rock" | 7 | obj="luasystem-$packver.$(luarocks config arch).rock" |
8 | cp $obj /root | 8 | cp $obj /root |
9 | cd /root | 9 | cd /root |