diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2025-06-27 02:55:32 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2025-12-28 15:22:18 -0300 |
| commit | ccf1daa4b7af5762b2beb67b2e5b078626e8c269 (patch) | |
| tree | 87ea4e2571016ee79c78b26bb5577f45d0baa8a2 /binary/all_in_one | |
| parent | 87a8ccd26548963d532d71a40d65f030a24ed2d7 (diff) | |
| download | luarocks-ccf1daa4b7af5762b2beb67b2e5b078626e8c269.tar.gz luarocks-ccf1daa4b7af5762b2beb67b2e5b078626e8c269.tar.bz2 luarocks-ccf1daa4b7af5762b2beb67b2e5b078626e8c269.zip | |
d'oh
Diffstat (limited to 'binary/all_in_one')
| -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 a0a157af..02a54c8e 100755 --- a/binary/all_in_one +++ b/binary/all_in_one | |||
| @@ -510,7 +510,7 @@ print("==============================================") | |||
| 510 | print("----------------------------------------------------------------") | 510 | print("----------------------------------------------------------------") |
| 511 | local vers = manif.get_versions(queries.from_dep_string(name), "one") | 511 | local vers = manif.get_versions(queries.from_dep_string(name), "one") |
| 512 | if not next(vers) then | 512 | if not next(vers) then |
| 513 | local command = "LUAROCKS_CONFIG='" .. CONFIG_FILE .. "' ./luarocks install --no-project '--tree=" .. LUA_MODULES .. "' --lua-dir=" .. LUA_DIR .. " " .. use | 513 | local command = "LUAROCKS_CONFIG='" .. CONFIG_FILE .. "' ./luarocks install --no-project '--tree=" .. LUA_MODULES .. "' " .. use |
| 514 | print(command) | 514 | print(command) |
| 515 | local ok = os.execute(command) | 515 | local ok = os.execute(command) |
| 516 | if ok ~= 0 and ok ~= true then | 516 | if ok ~= 0 and ok ~= true then |
