diff options
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 |
