]> git.e2factory.org Git - e2factory.git/commitdiff
Remove hardcoded base chroot group from collect_project
authorTobias Ulmer <tu@emlix.com>
Thu, 30 May 2013 16:34:03 +0000 (18:34 +0200)
committerTobias Ulmer <tu@emlix.com>
Thu, 30 May 2013 16:34:03 +0000 (18:34 +0200)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
local/e2build.lua

index 7c433cf0eb2175da9dd18a3131e2ffcc196d55a1..9e81c5a15f2b788e5792a419c54c36c43b0f444b 100644 (file)
@@ -1196,7 +1196,7 @@ local function collect_project(info, r, return_flags)
         f:write(string.format(
         "### generated by e2 for result %s ###\n", n))
         f:write(string.format(
-        "CHROOT='base %s'\n", table.concat(rn.chroot, " ")))
+        "CHROOT='%s'\n", table.concat(rn.chroot, " ")))
         f:write(string.format(
         "DEPEND='%s'\n", table.concat(rn.depends, " ")))
         f:write(string.format(