summaryrefslogtreecommitdiff
path: root/tests/integration/project/elements/stack/hi.bst
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/project/elements/stack/hi.bst')
-rw-r--r--tests/integration/project/elements/stack/hi.bst4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/project/elements/stack/hi.bst b/tests/integration/project/elements/stack/hi.bst
index adbf81537..0aa2d32f2 100644
--- a/tests/integration/project/elements/stack/hi.bst
+++ b/tests/integration/project/elements/stack/hi.bst
@@ -4,5 +4,5 @@ depends:
type: build
config:
commands:
- - "mkdir -p /buildstream/install"
- - "echo 'Hi' > /buildstream/install/hi"
+ - "mkdir -p %{install-root}"
+ - "echo 'Hi' > %{install-root}/hi"