diff options
author | daurnimator <quae@daurnimator.com> | 2018-08-05 20:21:46 +1000 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-08-10 22:49:47 -0300 |
commit | c49e581f8df1d40acb759e54fd8fcfb52570be95 (patch) | |
tree | 7a2d8c3202f908837119f4301b0d2e20bf6904f0 /binary | |
parent | a8a379fdc6bce08b7891e5c9fe0cbf3e3bc42d7b (diff) | |
download | luarocks-c49e581f8df1d40acb759e54fd8fcfb52570be95.tar.gz luarocks-c49e581f8df1d40acb759e54fd8fcfb52570be95.tar.bz2 luarocks-c49e581f8df1d40acb759e54fd8fcfb52570be95.zip |
binary/all_in_one: Don't prefix tree with current dir
Diffstat (limited to 'binary')
-rwxr-xr-x | binary/all_in_one | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binary/all_in_one b/binary/all_in_one index 8c875ee1..f1c2e0a1 100755 --- a/binary/all_in_one +++ b/binary/all_in_one | |||
@@ -442,7 +442,7 @@ local function main() | |||
442 | cfg.variables.LUA_INCDIR = nil -- let it autodetect later | 442 | cfg.variables.LUA_INCDIR = nil -- let it autodetect later |
443 | cfg.variables.LUA_LIBDIR = nil -- let it autodetect later | 443 | cfg.variables.LUA_LIBDIR = nil -- let it autodetect later |
444 | fs.init() | 444 | fs.init() |
445 | path.use_tree("./" .. LUA_MODULES) | 445 | path.use_tree(LUA_MODULES) |
446 | 446 | ||
447 | local CONFIG_FILE = CONFIG_DIR .. "/config-" .. cfg.lua_version .. ".lua" | 447 | local CONFIG_FILE = CONFIG_DIR .. "/config-" .. cfg.lua_version .. ".lua" |
448 | 448 | ||