aboutsummaryrefslogtreecommitdiff
path: root/src/luarocks/cfg.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/luarocks/cfg.lua')
-rw-r--r--src/luarocks/cfg.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua
index 591a456a..9b1c5902 100644
--- a/src/luarocks/cfg.lua
+++ b/src/luarocks/cfg.lua
@@ -306,6 +306,8 @@ local defaults = {
306 hooks_enabled = true, 306 hooks_enabled = true,
307 deps_mode = "one", 307 deps_mode = "one",
308 check_certificates = false, 308 check_certificates = false,
309 perm_read = "0644",
310 perm_exec = "0755",
309 311
310 lua_modules_path = "/share/lua/"..cfg.lua_version, 312 lua_modules_path = "/share/lua/"..cfg.lua_version,
311 lib_modules_path = "/lib/lua/"..cfg.lua_version, 313 lib_modules_path = "/lib/lua/"..cfg.lua_version,