From 7f0419c134869e3929238f56f3ecb8b9d955e956 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 29 Oct 2025 15:55:51 +0100 Subject: [PATCH] bugfix: set installation path in recipe for 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 a8b6498..6289196 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 luaposix +luarocks install --tree "${LUA_PREFIX}/share/lua/5.4" luaposix #--- # Local Variables: