diff options
Diffstat (limited to 'src/luarocks/cfg.lua')
-rw-r--r-- | src/luarocks/cfg.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua index 41adb4e5..b2ed2a96 100644 --- a/src/luarocks/cfg.lua +++ b/src/luarocks/cfg.lua | |||
@@ -164,6 +164,7 @@ local defaults = { | |||
164 | use_extensions = false, | 164 | use_extensions = false, |
165 | accept_unknown_fields = false, | 165 | accept_unknown_fields = false, |
166 | fs_use_modules = true, | 166 | fs_use_modules = true, |
167 | use_trees = "one", | ||
167 | 168 | ||
168 | lua_modules_path = "/share/lua/"..lua_version, | 169 | lua_modules_path = "/share/lua/"..lua_version, |
169 | lib_modules_path = "/lib/lua/"..lua_version, | 170 | lib_modules_path = "/lib/lua/"..lua_version, |