]> git.e2factory.org Git - e2factory.git/commitdiff
e2build: fixup collect-project functionality
authorFabian Godehardt <fg@emlix.com>
Thu, 13 Sep 2012 10:46:31 +0000 (12:46 +0200)
committerTobias Ulmer <tu@emlix.com>
Tue, 26 Feb 2013 18:07:11 +0000 (19:07 +0100)
Signed-off-by: Fabian Godehardt <fg@emlix.com>
local/e2build.lua

index 976110ff722654fda14de0dcaccf9cd98564564c..7594157a0993d10c382533ea99a036f3b2c92bec 100644 (file)
@@ -1129,7 +1129,7 @@ local function collect_project(info, r, return_flags)
     for _,n in ipairs(res.collect_project_results) do
         e2lib.log(3, string.format("result: %s", n))
         local rn = info.results[n]
-        rc, re = build_config(info, n)
+        rc, re = e2build.build_config(info, n)
         if not rc then
             return false, e:cat(re)
         end