summaryrefslogtreecommitdiffstats
path: root/rules/systemd.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:17 +0100
commit6438c5ef62c5cb95dbd02d29f28c4e99d1d72308 (patch)
tree35f62093559b1dcb72776a4cac886a2efa5d8b39 /rules/systemd.make
parent0336ec7026f792caa494f2601723d66c3d4ae50c (diff)
downloadptxdist-6438c5ef62c5cb95dbd02d29f28c4e99d1d72308.tar.gz
ptxdist-6438c5ef62c5cb95dbd02d29f28c4e99d1d72308.tar.xz
systemd: change /etc/dbus-1 do /usr/share/dbus-1
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/systemd.make')
-rw-r--r--rules/systemd.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/systemd.make b/rules/systemd.make
index e4d83db70..3e62d0353 100644
--- a/rules/systemd.make
+++ b/rules/systemd.make
@@ -134,7 +134,7 @@ SYSTEMD_CONF_OPT := \
--with-sysvinit-path="" \
--with-sysvrcnd-path="" \
--with-tty-gid=112 \
- --with-dbuspolicydir=/etc/dbus-1/system.d \
+ --with-dbuspolicydir=/usr/share/dbus-1/system.d \
--with-dbussessionservicedir=/usr/share/dbus-1/services \
--with-dbussystemservicedir=/usr/share/dbus-1/system-services \
--with-rootprefix= \
@@ -289,7 +289,7 @@ ifdef PTXCONF_SYSTEMD_NETWORK
/etc/systemd/resolved.conf)
endif
@$(call install_tree, systemd, 0, 0, -, /etc/systemd/system/)
- @$(call install_tree, systemd, 0, 0, -, /etc/dbus-1/system.d/)
+ @$(call install_tree, systemd, 0, 0, -, /usr/share/dbus-1/system.d/)
@$(call install_tree, systemd, 0, 0, -, /usr/lib/tmpfiles.d/)
@$(call install_copy, systemd, 0, 0, 0644, -, /usr/lib/sysctl.d/50-default.conf)