blob: 7f5b75d6651c5163e1ea6bfbd3a1e18081e4388c (
plain)
1
2
3
4
5
6
7
8
|
We need to set the following environment variables to make luarocks behave correctly
LUAROCKS_SYSCONFDIR = INSTALL_DIR + "/config"
Then we can set everything else relative to `INSTALL_DIR + "/config"`,
`INSTALL_DIR + "/config/config-" + LUA_VERSION + ".lua"`
|