summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-11-19 15:15:53 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-11-19 15:15:55 +0000
commitc5a7a19070e74115fc9c26aa6f3dfec1da220c1f (patch)
treef522227309fd842813bcad3a577b847e871d21d3
parent07efaf574f423a232227ab7ce655452a6213a71c (diff)
downloadti-rpc-c5a7a19070e74115fc9c26aa6f3dfec1da220c1f.tar.gz
Add morphology to set --sysconfdirbaserock/master
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.
-rw-r--r--ti-rpc.morph9
1 files changed, 9 insertions, 0 deletions
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"
+ ]
+}