From 1da66014e325d558e7deffc44cff86b1c7a7811f Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 27 Nov 2025 10:40:32 +0100 Subject: [PATCH] build: path to Lua fixed in recipe to build luaposix --- recipes/044-lua-posix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/044-lua-posix b/recipes/044-lua-posix index 6289196..8588fb3 100755 --- a/recipes/044-lua-posix +++ b/recipes/044-lua-posix @@ -6,7 +6,7 @@ LUA_PREFIX="${PREFIX}/libexec/lua" PATH="${LUA_PREFIX}/bin:$PATH" -luarocks install --tree "${LUA_PREFIX}/share/lua/5.4" luaposix +"${LUA_PREFIX}/bin/luarocks" install --tree "${LUA_PREFIX}" luaposix #--- # Local Variables: