From c71ab584e9562af23cf2a7600ecdde837dc9a918 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 14 Jul 2015 11:12:21 +0100 Subject: Migrations with ruamel.yaml after my first blank lines patch Change-Id: I59f47b5c970dc415c96c7ad4cc943a0f11098ad2 --- strata/ceph-service/ceph.morph | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'strata/ceph-service/ceph.morph') diff --git a/strata/ceph-service/ceph.morph b/strata/ceph-service/ceph.morph index a6b06759..56d30ead 100644 --- a/strata/ceph-service/ceph.morph +++ b/strata/ceph-service/ceph.morph @@ -3,7 +3,8 @@ kind: chunk build-system: autotools configure-commands: - NOCONFIGURE=1 ./autogen.sh -- ./configure --with-nss --prefix="$PREFIX" --sysconfdir=/etc --without-fuse --without-libatomic-ops --without-libxfs +- ./configure --with-nss --prefix="$PREFIX" --sysconfdir=/etc --without-fuse --without-libatomic-ops + --without-libxfs build-commands: - make install-commands: -- cgit v1.2.1