aboutsummaryrefslogtreecommitdiff
path: root/scripts/spmbuild
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/spmbuild')
-rwxr-xr-xscripts/spmbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/spmbuild b/scripts/spmbuild
index feb17eb..2ee11ea 100755
--- a/scripts/spmbuild
+++ b/scripts/spmbuild
@@ -163,7 +163,7 @@ function spm_build_cleanup() {
}
function spm_build_install() {
- ${SPM} --verbose --manifest "${SPM_BUILD_STORE_PACKAGES}" --install $@ --root "${SPM_BUILD_RUNTIME}"
+ ${SPM} --override-manifests --manifest "${SPM_BUILD_STORE_PACKAGES}" --install $@ --root "${SPM_BUILD_RUNTIME}"
}
function spm_build_mkprefixbin() {