aboutsummaryrefslogtreecommitdiff
path: root/build.sh.in
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-11-30 13:02:45 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-12-01 18:31:15 +0300
commit656c69a2322751a7330dec16f701d863ecad0d6e (patch)
treefcd4a9f825521c25b2f1acfba1aed4e4304c319d /build.sh.in
parent4b77cc28ed6a2923ccc7a17befce377babb27bee (diff)
Use !config.install.scope=project global override in build scripts and documentation when installing build system modules
Diffstat (limited to 'build.sh.in')
-rw-r--r--build.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh.in b/build.sh.in
index e7c7acc..3334011 100644
--- a/build.sh.in
+++ b/build.sh.in
@@ -563,7 +563,7 @@ $private
done
if test -n "$projects"; then
- run "$b" $verbose $jobs install: $projects
+ run "$b" $verbose $jobs install: '!config.install.scope=project' $projects
run "$b" $verbose noop: $tests
fi
@@ -647,7 +647,7 @@ done
if test -n "$packages"; then
run "$bpkg" $verbose $jobs $bpkg_build_ops build --for install $packages
- run "$bpkg" $verbose $jobs install --all-pattern=libbuild2-*
+ run "$bpkg" $verbose $jobs install '!config.install.scope=project' --all-pattern=libbuild2-*
fi
run cd "$owd"