summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Darley <patrick.darley@codethink.co.uk>2014-12-18 10:17:05 +0000
committerPatrick Darley <patrick.darley@codethink.co.uk>2014-12-18 10:17:05 +0000
commit95448ec329af8aa0fe21a6aabaa1c35c8ca8f9fe (patch)
tree30934c8eb427243c607853bd1d25a2a58e86e352
parent67be3d4a749a18d2e2ff3ce3dce3a1122e8bc89e (diff)
downloaddefinitions-95448ec329af8aa0fe21a6aabaa1c35c8ca8f9fe.tar.gz
Remove hack supressing build errors from boost-tarball
-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"