summaryrefslogtreecommitdiffstats
path: root/remote/modules/dbus
diff options
context:
space:
mode:
authorSimon Rettberg2013-04-19 20:02:55 +0200
committerSimon Rettberg2013-04-19 20:02:55 +0200
commit0d4574eb1992a3963e77a5bd615cac864dab6c9f (patch)
treefb26625f060ec310400e73eeaedc69acd75daba2 /remote/modules/dbus
parentlist of wanted config options to compile our kernel with (diff)
downloadtm-scripts-0d4574eb1992a3963e77a5bd615cac864dab6c9f.tar.gz
tm-scripts-0d4574eb1992a3963e77a5bd615cac864dab6c9f.tar.xz
tm-scripts-0d4574eb1992a3963e77a5bd615cac864dab6c9f.zip
Update for openSUSE 12.3
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
+ :
}