diff options
| author | Jonathan Bauer | 2013-04-24 17:17:19 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-04-24 17:17:19 +0200 |
| commit | 5633488d5a50c58e7ad05fc186cef95af338506b (patch) | |
| tree | 7aaffefc7cdae07a601dbc0ad8c040fdff883b54 /remote/modules/dbus | |
| parent | compile kernel on the reference system with our config requirements (diff) | |
| parent | delete plymouth/data/etc/systemd... (diff) | |
| download | tm-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.build | 7 | ||||
| -rw-r--r-- | remote/modules/dbus/dbus.conf | 3 | ||||
| -rw-r--r-- | remote/modules/dbus/dbus.conf.zypper | 3 |
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="" |
