summaryrefslogtreecommitdiff
path: root/strata/ceph-service/boost.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/ceph-service/boost.morph')
-rw-r--r--strata/ceph-service/boost.morph4
1 files changed, 2 insertions, 2 deletions
diff --git a/strata/ceph-service/boost.morph b/strata/ceph-service/boost.morph
index 7c3e6cff..cc954076 100644
--- a/strata/ceph-service/boost.morph
+++ b/strata/ceph-service/boost.morph
@@ -3,6 +3,6 @@ kind: chunk
configure-commands:
- ./bootstrap.sh
build-commands:
-- ./b2 || true
+- ./b2
install-commands:
-- ./b2 install --prefix=$DESTDIR$PREFIX || true
+- ./b2 install --prefix="$DESTDIR$PREFIX"