From f1ddf7dbb423c11d276507cad49c6281c7f0b351 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Wed, 14 Aug 2024 14:39:42 -0500 Subject: Use whatever version --- init | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init b/init index 1e3ea30..73ffda6 100755 --- a/init +++ b/init @@ -24,4 +24,6 @@ luarocks config variables.LUA_INCDIR /root/$luaver/src # Downstream is responsible for selecting the lua51.dll, whatever it's compiled for luarocks config variables.LUA_LIBDIR /root # Luarocks checks for liblua.so and liblua.a but gcc looks for liblua.dll -luarocks config variables.LUA_LIBDIR_OK true +luarocks config variables.LUA_LIBDIR_OK true #sets it as a string +sed -i 's/LUA_LIBDIR_OK = "true"/LUA_LIBDIR_OK = true/g' /etc/luarocks/config-$luaver.lua + -- cgit v1.2.3-55-g6feb