summaryrefslogtreecommitdiffstats
path: root/remote/modules/dbus
diff options
context:
space:
mode:
authorJonathan Bauer2013-04-24 17:17:19 +0200
committerJonathan Bauer2013-04-24 17:17:19 +0200
commit5633488d5a50c58e7ad05fc186cef95af338506b (patch)
tree7aaffefc7cdae07a601dbc0ad8c040fdff883b54 /remote/modules/dbus
parentcompile kernel on the reference system with our config requirements (diff)
parentdelete plymouth/data/etc/systemd... (diff)
downloadtm-scripts-5633488d5a50c58e7ad05fc186cef95af338506b.tar.gz
tm-scripts-5633488d5a50c58e7ad05fc186cef95af338506b.tar.xz
tm-scripts-5633488d5a50c58e7ad05fc186cef95af338506b.zip
merge?
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=""