summaryrefslogtreecommitdiffstats
path: root/rules/dbus.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-11-05 12:47:22 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-11-07 09:44:15 +0100
commitddc55f098a263c1e6d3122d60c04c9fbca5fc2ba (patch)
tree58869f136a638df6f670b5ecdb7fe3a00de6220f /rules/dbus.make
parente117c6d399b27a3f08424d84786d7515f2132542 (diff)
downloadptxdist-ddc55f098a263c1e6d3122d60c04c9fbca5fc2ba.tar.gz
ptxdist-ddc55f098a263c1e6d3122d60c04c9fbca5fc2ba.tar.xz
dbus: don't create config dirs
They need not exist and will be created as needed. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/dbus.make')
-rw-r--r--rules/dbus.make11
1 files changed, 0 insertions, 11 deletions
diff --git a/rules/dbus.make b/rules/dbus.make
index f57d20a45..20a203bd7 100644
--- a/rules/dbus.make
+++ b/rules/dbus.make
@@ -101,17 +101,6 @@ $(STATEDIR)/dbus.targetinstall:
@$(call install_lib, dbus, 0, 0, 0644, libdbus-1)
# #
-# # create system.d and event.d directories, which are used by the configuration and startup files
-# #
- @$(call install_copy, dbus, 0, 0, 0755, /etc/dbus-1/system.d/)
- @$(call install_copy, dbus, 0, 0, 0755, /etc/dbus-1/event.d/)
-
-# #
-# # create session.d directory, which is needed to launch a session bus
-# #
- @$(call install_copy, dbus, 0, 0, 0755, /etc/dbus-1/session.d/)
-
-# #
# # install config files
# #
@$(call install_alternative, dbus, 0, 0, 0644, /usr/share/dbus-1/system.conf)