summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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="
],