diff options
-rwxr-xr-x | init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,5 +25,5 @@ luarocks config variables.LUA_INCDIR /root/$luaver/src | |||
25 | luarocks config variables.LUA_LIBDIR /root | 25 | luarocks 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 |
28 | echo "variables.LUA_LIBDIR_OK = true" >> /etc/luarocks/config-*.lua | 28 | echo "variables.LUA_LIBDIR_OK = true" >> "$(luarocks config config_files.nearest)" |
29 | 29 | ||