From c5a7a19070e74115fc9c26aa6f3dfec1da220c1f Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 19 Nov 2012 15:15:53 +0000 Subject: Add morphology to set --sysconfdir Incidentally, the rationale for not adding this as a default parameter in Morph is that we want to minimise the amount of junk in /etc, so it is useful to explicitly mark chunks that still put stuff there. --- ti-rpc.morph | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ti-rpc.morph diff --git a/ti-rpc.morph b/ti-rpc.morph new file mode 100644 index 0000000..dc5eae2 --- /dev/null +++ b/ti-rpc.morph @@ -0,0 +1,9 @@ +{ + "name": "ti-rpc", + "kind": "chunk", + "build-system": "autotools", + "configure-commands": [ + "NOCONFIGURE=1 ./autogen.sh", + "./configure --prefix=\"$PREFIX\" --sysconfdir=/etc" + ] +} -- cgit v1.2.1