summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-05-04 10:19:05 +0100
committerJonathan Maw <jonathan.maw@codethink.co.uk>2012-11-19 10:00:56 +0000
commit8f93375a074e987cb1836c242316265221e81bb2 (patch)
tree165436882caf79cc8eb547af4bebc4f62bf95ea5
parent09e32963556f22e4abbf000a995b06dd5c31ab36 (diff)
downloaddbus-8f93375a074e987cb1836c242316265221e81bb2.tar.gz
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.
-rw-r--r--dbus.morph3
1 files changed, 3 insertions, 0 deletions
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="
],