summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-04-24 13:44:20 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-04-24 13:44:20 +0100
commit3e2c2794dd4ed46dea304fdf2edd1effefebb5f3 (patch)
tree83907c28e1a623c01e514b0f2c52c9643a2a00f8 /morph
parent4198108ef0b09566fe26a251bcf16fc81b06e7e8 (diff)
downloadmorph-3e2c2794dd4ed46dea304fdf2edd1effefebb5f3.tar.gz
Make builder get submodule cache repo path cleanly
Diffstat (limited to 'morph')
-rwxr-xr-xmorph2
1 files changed, 1 insertions, 1 deletions
diff --git a/morph b/morph
index 6a53645b..2f4c4d44 100755
--- a/morph
+++ b/morph
@@ -236,7 +236,7 @@ class Morph(cliapp.Application):
staging_area = morphlib.stagingarea.StagingArea(staging_root,
staging_temp)
- builder = morphlib.builder2.Builder(staging_area, lac,
+ builder = morphlib.builder2.Builder(staging_area, lac, lrc,
build_env,
self.settings['max-jobs'])
for group in order.groups: