summaryrefslogtreecommitdiff
path: root/morphlib/plugins/cross-bootstrap_plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/plugins/cross-bootstrap_plugin.py')
-rw-r--r--morphlib/plugins/cross-bootstrap_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/plugins/cross-bootstrap_plugin.py b/morphlib/plugins/cross-bootstrap_plugin.py
index b8da515e..137ea619 100644
--- a/morphlib/plugins/cross-bootstrap_plugin.py
+++ b/morphlib/plugins/cross-bootstrap_plugin.py
@@ -59,7 +59,7 @@ class BootstrapSystemBuilder(morphlib.builder.BuilderBase):
with self.build_watch('overall-build'):
for system_name, artifact in self.source.artifacts.iteritems():
handle = self.local_artifact_cache.put(artifact)
- fs_root = self.staging_area.destdir(self.source)
+ fs_root = self.staging_area.real_destdir(self.source)
try:
self.unpack_binary_chunks(fs_root)
self.unpack_sources(fs_root)