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:
2025-10-29 15:57:10 +01:00
committed by GitHub
co-authored by GitHub
+1 -1
View File
@@ -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: