summaryrefslogtreecommitdiff
path: root/morphlib
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-04-01 14:41:56 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2015-04-10 13:52:26 +0000
commitb8fdee4f9152b68dfaa3522b26aec347449b5d8e (patch)
treec073742b62e0c1395355c43a210dff50c720ae84 /morphlib
parent78e26c7d57c7ec6e1c3ec6c51861e3d319bb4e5a (diff)
downloadmorph-b8fdee4f9152b68dfaa3522b26aec347449b5d8e.tar.gz
fixup: Be a sneaky boop when building systems
Diffstat (limited to 'morphlib')
-rw-r--r--morphlib/builder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/builder.py b/morphlib/builder.py
index 9b01f983..e5b891b2 100644
--- a/morphlib/builder.py
+++ b/morphlib/builder.py
@@ -522,7 +522,6 @@ class SystemBuilder(BuilderBase): # pragma: no cover
for a_name, artifact in self.source.artifacts.iteritems():
try:
fs_root = self.staging_area.destdir(self.source)
- self.unpack_strata(fs_root)
upperdir = self.staging_area.overlay_upperdir(
self.source)
editable_root = self.staging_area.overlaydir(self.source)
@@ -536,6 +535,7 @@ class SystemBuilder(BuilderBase): # pragma: no cover
editable_root, fs_root,
upperdir, workdir,
union_filesystem)
+ self.unpack_strata(fs_root)
self.write_metadata(editable_root, a_name)
self.run_system_integration_commands(editable_root)
# Put the contents of upperdir into the local artifact