summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-09-18 13:17:05 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-09-18 13:17:05 +0100
commit7b35c690b8337d250211fca017abd7cf416fbc46 (patch)
treee1c30484ed5895cc11a9fedbefccb20bc324aebe
parentbc7675aba3224119ec1d7be10428800bb3b72577 (diff)
downloadlightdm-7b35c690b8337d250211fca017abd7cf416fbc46.tar.gz
Add morphology to set sysconfdir
Otherwise config goes in /usr/etc :(
-rw-r--r--lightdm.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/lightdm.morph b/lightdm.morph
new file mode 100644
index 00000000..f3b2135e
--- /dev/null
+++ b/lightdm.morph
@@ -0,0 +1,9 @@
+{
+ "name": "lightdm",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "NOCONFIGURE=1 ./autogen.sh",
+ "./configure --prefix=\"$PREFIX\" --sysconfdir=/etc \"$@\""
+ ]
+}