From 95448ec329af8aa0fe21a6aabaa1c35c8ca8f9fe Mon Sep 17 00:00:00 2001 From: Patrick Darley Date: Thu, 18 Dec 2014 10:17:05 +0000 Subject: Remove hack supressing build errors from boost-tarball --- strata/ceph-service/boost.morph | 4 ++-- 1 file 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" -- cgit v1.2.1