mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-07-01 19:50:49 +02:00
Merge pull request #1307 from Pmodules/1306-bugfix-specify-installation-path-in-recipe-for-luaposix
bugfix: set installation path in recipe for luaposix
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
LUA_PREFIX="${PREFIX}/libexec/lua"
|
||||
PATH="${LUA_PREFIX}/bin:$PATH"
|
||||
|
||||
luarocks install luaposix
|
||||
luarocks install --tree "${LUA_PREFIX}/share/lua/5.4" luaposix
|
||||
|
||||
#---
|
||||
# Local Variables:
|
||||
|
||||
Reference in New Issue
Block a user