diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-12-09 01:26:04 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-12-09 01:26:04 -0600 |
commit | 989ab24ace35fc655096e394ef2f041654b3c4a2 (patch) | |
tree | 2a67998b01cacd80bea9a415f150dad8a04da0bb /init | |
parent | 1fff0b708dfc71f924ec72a3e1dfa2bfe35f4f1a (diff) | |
download | luasystem-packaging-989ab24ace35fc655096e394ef2f041654b3c4a2.tar.gz luasystem-packaging-989ab24ace35fc655096e394ef2f041654b3c4a2.tar.bz2 luasystem-packaging-989ab24ace35fc655096e394ef2f041654b3c4a2.zip |
try with some new stuff.
Diffstat (limited to 'init')
-rwxr-xr-x | init | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ | |||
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 | #No easy way to fool luarocks into building win32 instead of linux platform-specific stuff | ||
7 | sed -i "s/linux/foobar/g" *.rockspec | ||
8 | sed -i "s/win32/linux/g" *.rockspec | ||
6 | luarocks make --pack-binary-rock luasystem-$packver.rockspec --verbose | 9 | luarocks make --pack-binary-rock luasystem-$packver.rockspec --verbose |
7 | obj="luasystem-$packver.$(luarocks config arch).rock" | 10 | obj="luasystem-$packver.$(luarocks config arch).rock" |
8 | cp $obj /root | 11 | cp $obj /root |