summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-05-04 10:19:05 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-05-04 10:19:05 +0100
commitd1c1fc2d7da631ef0d0a9549321a327c711cf724 (patch)
tree9045ae324cb2cb20057ac38260ed3234dd9523f7
parent060a96d1c6460e79f987eaf83b673a60e37e4b44 (diff)
downloaddbus-d1c1fc2d7da631ef0d0a9549321a327c711cf724.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="
],