summaryrefslogtreecommitdiff
path: root/elements/gnu-toolchain/stage2-reset-specs.bst
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2018-07-25 15:05:24 +0100
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2018-07-25 15:05:24 +0100
commit5791e0f2c278be1fc72a1ef7149acec4da21ffa7 (patch)
treee38dcddc386b2607a01bd14b27437847e82068c4 /elements/gnu-toolchain/stage2-reset-specs.bst
parentdbd5f6fccededb3bd18791eac43fd88d36e90f00 (diff)
downloaddefinitions-franred/revert-45bb922a-Update-buildstream-to-1.1.3.tar.gz
Revert "Update buildstream to 1.1.3"franred/revert-45bb922a-Update-buildstream-to-1.1.3
This reverts commit 45bb922afeaae26ef5d4e0ee329c678485063c45.
Diffstat (limited to 'elements/gnu-toolchain/stage2-reset-specs.bst')
-rw-r--r--elements/gnu-toolchain/stage2-reset-specs.bst2
1 files changed, 1 insertions, 1 deletions
diff --git a/elements/gnu-toolchain/stage2-reset-specs.bst b/elements/gnu-toolchain/stage2-reset-specs.bst
index 3309c073..5910903e 100644
--- a/elements/gnu-toolchain/stage2-reset-specs.bst
+++ b/elements/gnu-toolchain/stage2-reset-specs.bst
@@ -28,7 +28,7 @@ config:
# points to a file that doesn't exist.
install-commands:
- |
- STAGE2_SYSROOT="/"
+ STAGE2_SYSROOT="$(dirname $(dirname $(pwd)))"
specs_dir="$(dirname $(%{target-stage1}-gcc -print-libgcc-file-name))"
target_specs_dir="%{install-root}/${specs_dir#$STAGE2_SYSROOT}"
mkdir -p "$target_specs_dir"