summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
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: