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
1 files changed, 4 insertions, 3 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
+ :
}