From 7b35c690b8337d250211fca017abd7cf416fbc46 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 18 Sep 2012 13:17:05 +0100 Subject: Add morphology to set sysconfdir Otherwise config goes in /usr/etc :( --- lightdm.morph | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lightdm.morph 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 \"$@\"" + ] +} -- cgit v1.2.1