diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-17 15:46:01 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-18 20:49:05 -0300 |
| commit | d83b908a7371360d117cabbf6da099170f5fb178 (patch) | |
| tree | f795b4f1e362da5d8204a6433ff7927888ada222 /binary | |
| parent | 4eee542ddcbde8df3bd64eee0bda87d6b96e0005 (diff) | |
| download | luarocks-d83b908a7371360d117cabbf6da099170f5fb178.tar.gz luarocks-d83b908a7371360d117cabbf6da099170f5fb178.tar.bz2 luarocks-d83b908a7371360d117cabbf6da099170f5fb178.zip | |
drop cfg.lua_interpreter, use cfg.variables.LUA
Diffstat (limited to 'binary')
| -rwxr-xr-x | binary/all_in_one | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/binary/all_in_one b/binary/all_in_one index 9db25bf8..c3de9c2e 100755 --- a/binary/all_in_one +++ b/binary/all_in_one | |||
| @@ -159,10 +159,6 @@ local function write_hardcoded_module(dir) | |||
| 159 | IS_BINARY = true, | 159 | IS_BINARY = true, |
| 160 | 160 | ||
| 161 | SYSCONFDIR = if_platform("unix", SYSCONFDIR), | 161 | SYSCONFDIR = if_platform("unix", SYSCONFDIR), |
| 162 | |||
| 163 | LUA_DIR = if_platform("unix", cfg.variables.LUA_DIR), | ||
| 164 | LUA_BINDIR = if_platform("unix", cfg.variables.LUA_BINDIR), | ||
| 165 | LUA_INTERPRETER = if_platform("unix", cfg.lua_interpreter), | ||
| 166 | } | 162 | } |
| 167 | 163 | ||
| 168 | local name = dir .. "/luarocks/core/hardcoded.lua" | 164 | local name = dir .. "/luarocks/core/hardcoded.lua" |
