diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-12-18 23:47:46 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-12-18 23:47:46 -0600 |
commit | 0d980b3a34fe71eda731cda69da710a36244129b (patch) | |
tree | 20798f39e5d167a607414fd700b0b30997b7caa1 /init | |
parent | 8d7650c6e0dd4027ceacf045bad391c5bc9dce86 (diff) | |
download | luaossl-packaging-0d980b3a34fe71eda731cda69da710a36244129b.tar.gz luaossl-packaging-0d980b3a34fe71eda731cda69da710a36244129b.tar.bz2 luaossl-packaging-0d980b3a34fe71eda731cda69da710a36244129b.zip |
work
Diffstat (limited to 'init')
-rwxr-xr-x | init | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ | |||
1 | #!/bin/sh -ex | 1 | #!/bin/sh -ex |
2 | 2 | ||
3 | cp luaossl-packaging/luaossl-git.rockspec luaossl | 3 | cp luaossl-packaging/luaossl-git-0.rockspec luaossl |
4 | cd luaossl | 4 | cd luaossl |
5 | luarocks config variables.CFLAGS " $CFLAGS" | 5 | luarocks config variables.CFLAGS " $CFLAGS" |
6 | luarocks make --pack-binary-rock luafilesystem-scm-1.rockspec | 6 | luarocks make --pack-binary-rock luaossl-git-0.rockspec |
7 | obj="luaossl-git.$(luarocks config arch).rock" | 7 | obj="luaossl-git.$(luarocks config arch).rock" |
8 | cp $obj /root | 8 | cp $obj /root |
9 | cd /root | 9 | cd /root |