From c07e6812fff52424baa1ebf6117bb3fb11636083 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 3 May 2022 11:58:17 -0400 Subject: Add --no-project flag to override .luarocks project dir --- binary/all_in_one | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binary') 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() print("----------------------------------------------------------------") local vers = manif.get_versions(queries.from_dep_string(name), "one") if not next(vers) then - local ok = os.execute("LUAROCKS_CONFIG='" .. CONFIG_FILE .. "' ./luarocks install '--tree=" .. LUA_MODULES .. "' " .. arg) + local ok = os.execute("LUAROCKS_CONFIG='" .. CONFIG_FILE .. "' ./luarocks install --no-project '--tree=" .. LUA_MODULES .. "' " .. arg) if ok ~= 0 and ok ~= true then error("Failed building dependency: " .. name) end -- cgit v1.2.3-55-g6feb