From d1c1fc2d7da631ef0d0a9549321a327c711cf724 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Fri, 4 May 2012 10:19:05 +0100 Subject: dbus.morph: set localstatedir and sysconfdir These are needed to avoid the peculiar case of /usr/etc and /usr/var. This, apart from being ugly, also breaks systemd as it is hard-coded to expect the dbus socket to be in /var/run/dbus in some places. --- dbus.morph | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dbus.morph b/dbus.morph index 9ca73281..6b02d05e 100644 --- a/dbus.morph +++ b/dbus.morph @@ -2,6 +2,9 @@ "name": "dbus", "kind": "chunk", "build-system": "autotools", + "configure-commands": [ + "sh autogen.sh --prefix=\"$PREFIX\" --localstatedir=/var --sysconfdir=/etc" + ], "build-commands": [ "make XMLTO_OUTPUT=" ], -- cgit v1.2.1