aboutsummaryrefslogtreecommitdiff
path: root/src/luarocks.lua
diff options
context:
space:
mode:
authorhisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c>2009-07-05 03:46:41 +0000
committerhisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c>2009-07-05 03:46:41 +0000
commitf072d458fa89d1af16284353a9a74d2172abc83c (patch)
tree28ee8a25c1c751126cb10353bc90ceff271fd200 /src/luarocks.lua
parent6d045abb61a68e573cefb63b32c3bd85c7b6249e (diff)
downloadluarocks-f072d458fa89d1af16284353a9a74d2172abc83c.tar.gz
luarocks-f072d458fa89d1af16284353a9a74d2172abc83c.tar.bz2
luarocks-f072d458fa89d1af16284353a9a74d2172abc83c.zip
progress converting LuaRocks commands to 2.0 format
git-svn-id: http://luarocks.org/svn/luarocks/trunk@38 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
Diffstat (limited to 'src/luarocks.lua')
-rw-r--r--src/luarocks.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks.lua b/src/luarocks.lua
index 8530fd90..3e2088a4 100644
--- a/src/luarocks.lua
+++ b/src/luarocks.lua
@@ -23,7 +23,7 @@ local function load_rocks_trees()
23 local any_ok = false 23 local any_ok = false
24 local trees = {} 24 local trees = {}
25 for _, tree in pairs(cfg.rocks_trees) do 25 for _, tree in pairs(cfg.rocks_trees) do
26 local rocks_dir = tree .. "/rocks/" 26 local rocks_dir = path.rocks_dir(tree)
27 local manifest, err = manif_core.load_local_manifest(rocks_dir) 27 local manifest, err = manif_core.load_local_manifest(rocks_dir)
28 if manifest then 28 if manifest then
29 any_ok = true 29 any_ok = true