summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/init b/init
index fda870f..f40b4cb 100755
--- a/init
+++ b/init
@@ -25,5 +25,5 @@ luarocks config variables.LUA_INCDIR /root/$luaver/src
25luarocks config variables.LUA_LIBDIR /root 25luarocks config variables.LUA_LIBDIR /root
26# Luarocks checks for liblua.so and liblua.a but gcc looks for liblua.dll 26# Luarocks checks for liblua.so and liblua.a but gcc looks for liblua.dll
27# Can't use luarocks config because it sets it as a string 27# Can't use luarocks config because it sets it as a string
28echo "variables.LUA_LIBDIR_OK = true" >> /etc/luarocks/config-*.lua 28echo "variables.LUA_LIBDIR_OK = true" >> "$(luarocks config config_files.nearest)"
29 29