summaryrefslogtreecommitdiffstats
path: root/rules/consolekit.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
commitfd3e9253db2f1bc7154960ecce9644460200e3b0 (patch)
treecd0143a8b73583afbbb7f5f271a642f92a2ef679 /rules/consolekit.make
parent241fe8ab352266be837a2eb89e68ac4be62d21ca (diff)
downloadptxdist-fd3e9253db2f1bc7154960ecce9644460200e3b0.tar.gz
ptxdist-fd3e9253db2f1bc7154960ecce9644460200e3b0.tar.xz
consolekit: change /etc/dbus-1 do /usr/share/dbus-1
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/consolekit.make')
-rw-r--r--rules/consolekit.make5
1 files changed, 3 insertions, 2 deletions
diff --git a/rules/consolekit.make b/rules/consolekit.make
index 40d29305b..baa998110 100644
--- a/rules/consolekit.make
+++ b/rules/consolekit.make
@@ -36,7 +36,8 @@ CONSOLEKIT_CONF_TOOL := autoconf
CONSOLEKIT_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
--disable-pam-module \
- --disable-docbook-docs
+ --disable-docbook-docs \
+ --with-dbus-sys=/usr/share/dbus-1/system.d
# ----------------------------------------------------------------------------
# Target-Install
@@ -55,7 +56,7 @@ $(STATEDIR)/consolekit.targetinstall:
/etc/ConsoleKit/seats.d/00-primary.seat)
# dbus
@$(call install_copy, consolekit, 0, 0, 0644, -, \
- /etc/dbus-1/system.d/ConsoleKit.conf)
+ /usr/share/dbus-1/system.d/ConsoleKit.conf)
@$(call install_copy, consolekit, 0, 0, 0644, -, \
/usr/share/dbus-1/interfaces/org.freedesktop.ConsoleKit.Manager.xml)
@$(call install_copy, consolekit, 0, 0, 0644, -, \