aboutsummaryrefslogtreecommitdiff
path: root/binary
diff options
context:
space:
mode:
Diffstat (limited to 'binary')
-rwxr-xr-xbinary/all_in_one2
1 files changed, 1 insertions, 1 deletions
diff --git a/binary/all_in_one b/binary/all_in_one
index 63c6ef98..ca5ee49d 100755
--- a/binary/all_in_one
+++ b/binary/all_in_one
@@ -481,7 +481,7 @@ local function main()
481 print("----------------------------------------------------------------") 481 print("----------------------------------------------------------------")
482 local vers = manif.get_versions(queries.from_dep_string(name), "one") 482 local vers = manif.get_versions(queries.from_dep_string(name), "one")
483 if not next(vers) then 483 if not next(vers) then
484 local ok = os.execute("LUAROCKS_CONFIG='" .. CONFIG_FILE .. "' ./luarocks install '--tree=" .. LUA_MODULES .. "' " .. arg) 484 local ok = os.execute("LUAROCKS_CONFIG='" .. CONFIG_FILE .. "' ./luarocks install --no-project '--tree=" .. LUA_MODULES .. "' " .. arg)
485 if ok ~= 0 and ok ~= true then 485 if ok ~= 0 and ok ~= true then
486 error("Failed building dependency: " .. name) 486 error("Failed building dependency: " .. name)
487 end 487 end