mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-21 15:27:57 +02:00
17 lines
248 B
Bash
Executable File
17 lines
248 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# https://
|
|
#
|
|
#---
|
|
LUA_PREFIX="${PREFIX}/libexec/lua"
|
|
PATH="${LUA_PREFIX}/bin:$PATH"
|
|
|
|
"${LUA_PREFIX}/bin/luarocks" install --tree "${LUA_PREFIX}" luaposix
|
|
|
|
#---
|
|
# Local Variables:
|
|
# mode: sh
|
|
# sh-basic-offset: 8
|
|
# tab-width: 8
|
|
# End:
|