From 3861de9bc600a4ed24b1fc3c74133848e3d2a7e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Billeter?= Date: Thu, 15 Mar 2018 18:39:20 +0100 Subject: scriptelement.py: Mark install-root This matches BuildElement. --- buildstream/scriptelement.py | 3 +++ 1 file changed, 3 insertions(+) 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. -- cgit v1.2.1