summaryrefslogtreecommitdiffstats
path: root/remote/modules/dbus
diff options
context:
space:
mode:
Diffstat (limited to 'remote/modules/dbus')
-rw-r--r--remote/modules/dbus/dbus.build7
-rw-r--r--remote/modules/dbus/dbus.conf3
-rw-r--r--remote/modules/dbus/dbus.conf.zypper3
3 files changed, 8 insertions, 5 deletions
diff --git a/remote/modules/dbus/dbus.build b/remote/modules/dbus/dbus.build
index 31c75fc9..7f6d663f 100644
--- a/remote/modules/dbus/dbus.build
+++ b/remote/modules/dbus/dbus.build
@@ -16,7 +16,8 @@ post_copy() {
# quick fix to get the unit files from the package
# moved them from lib/systemd to usr/lib/systemd
- cd "${BUILDDIR}"
- tarcopy lib/systemd "${TARGET_BUILD_DIR}"/usr
- cd - &> /dev/null
+ #cd "${BUILDDIR}"
+ #tarcopy lib/systemd "${TARGET_BUILD_DIR}"/usr
+ #cd - &> /dev/null
+ :
}
diff --git a/remote/modules/dbus/dbus.conf b/remote/modules/dbus/dbus.conf
index a8c97d9c..4a1bc6a5 100644
--- a/remote/modules/dbus/dbus.conf
+++ b/remote/modules/dbus/dbus.conf
@@ -5,5 +5,6 @@ REQUIRED_BINARIES=" dbus-cleanup-sockets
dbus-monitor
dbus-send
dbus-daemon-launch-helper"
-REQUIRED_DIRECTORIES=" /etc/dbus-1"
+REQUIRED_DIRECTORIES=" /etc/dbus-1
+ /lib/systemd"
REQUIRED_FILES=" /etc/default/dbus"
diff --git a/remote/modules/dbus/dbus.conf.zypper b/remote/modules/dbus/dbus.conf.zypper
index db7183c5..e34e47d8 100644
--- a/remote/modules/dbus/dbus.conf.zypper
+++ b/remote/modules/dbus/dbus.conf.zypper
@@ -5,5 +5,6 @@ REQUIRED_BINARIES=" dbus-cleanup-sockets
dbus-monitor
dbus-send
dbus-daemon-launch-helper"
-REQUIRED_DIRECTORIES=" /etc/dbus-1"
+REQUIRED_DIRECTORIES=" /etc/dbus-1
+ /usr/lib/systemd"
REQUIRED_FILES=""