summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildstream/scriptelement.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildstream/scriptelement.py b/buildstream/scriptelement.py
index e71d4b7ac..95e6928ee 100644
--- a/buildstream/scriptelement.py
+++ b/buildstream/scriptelement.py
@@ -211,6 +211,9 @@ class ScriptElement(Element):
else:
sandbox.mark_directory(item['destination'])
+ # Tell the sandbox to mount the install root
+ sandbox.mark_directory(self.__install_root)
+
def stage(self, sandbox):
# Stage the elements, and run integration commands where appropriate.