summaryrefslogtreecommitdiffstats
path: root/rules/connman.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-11-05 14:04:59 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-11-07 09:44:16 +0100
commit241fe8ab352266be837a2eb89e68ac4be62d21ca (patch)
tree3d8624ec2fc79b06728c1cc516da3d03690676a8 /rules/connman.make
parent452db9da8130a0b3aef19efed1adeffd55ca7bbf (diff)
downloadptxdist-241fe8ab352266be837a2eb89e68ac4be62d21ca.tar.gz
ptxdist-241fe8ab352266be837a2eb89e68ac4be62d21ca.tar.xz
connman: change /etc/dbus-1 do /usr/share/dbus-1
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/connman.make')
-rw-r--r--rules/connman.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/connman.make b/rules/connman.make
index 4aa09b63d..b8ed35a00 100644
--- a/rules/connman.make
+++ b/rules/connman.make
@@ -62,6 +62,7 @@ CONNMAN_CONF_OPT := \
--disable-tools \
--$(call ptx/endis, PTXCONF_CONNMAN_CLIENT)-client \
--enable-datafiles \
+ --with-dbusconfdir=/usr/share \
--with-systemdunitdir=/lib/systemd/system
CONNMAN_TESTS := \
@@ -169,7 +170,7 @@ endif
/var/lib/connman/settings)
# # dbus config
- @$(call install_alternative, connman, 0, 0, 0644, /etc/dbus-1/system.d/connman.conf)
+ @$(call install_alternative, connman, 0, 0, 0644, /usr/share/dbus-1/system.d/connman.conf)
# # command line client
ifdef PTXCONF_CONNMAN_CLIENT