diff options
Diffstat (limited to 'install.bat')
-rw-r--r-- | install.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.bat b/install.bat index dcd132ff..cc4a5257 100644 --- a/install.bat +++ b/install.bat | |||
@@ -993,7 +993,7 @@ if FORCE_CONFIG then | |||
993 | f:write("site_config.LUAROCKS_FORCE_CONFIG=true\n") | 993 | f:write("site_config.LUAROCKS_FORCE_CONFIG=true\n") |
994 | end | 994 | end |
995 | if vars.SYSCONFFORCE then -- only write this value when explcitly given, otherwise rely on defaults | 995 | if vars.SYSCONFFORCE then -- only write this value when explcitly given, otherwise rely on defaults |
996 | f:write(S("site_config.LUAROCKS_SYSCONFIG=[[$CONFIG_FILE]]\n")) | 996 | f:write(S("site_config.LUAROCKS_SYSCONFDIR=[[$SYSCONFDIR]]\n")) |
997 | end | 997 | end |
998 | f:write("return site_config\n") | 998 | f:write("return site_config\n") |
999 | f:close() | 999 | f:close() |