summaryrefslogtreecommitdiffstats
path: root/remote/tools/dbus
diff options
context:
space:
mode:
authorJonathan Bauer2013-02-14 16:02:01 +0100
committerJonathan Bauer2013-02-14 16:02:01 +0100
commit5bbedbe7b55dde3fabe7dc4797522b77495df6be (patch)
tree514c84e6efdf3513f4aeaf7545443107c4f96c2b /remote/tools/dbus
parentfix path for gtk-pixbuf? (diff)
downloadtm-scripts-5bbedbe7b55dde3fabe7dc4797522b77495df6be.tar.gz
tm-scripts-5bbedbe7b55dde3fabe7dc4797522b77495df6be.tar.xz
tm-scripts-5bbedbe7b55dde3fabe7dc4797522b77495df6be.zip
debug output cleaned a bit
Diffstat (limited to 'remote/tools/dbus')
-rw-r--r--remote/tools/dbus/dbus.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/tools/dbus/dbus.build b/remote/tools/dbus/dbus.build
index 6c6faaf5..5254497f 100644
--- a/remote/tools/dbus/dbus.build
+++ b/remote/tools/dbus/dbus.build
@@ -21,7 +21,7 @@ build() {
# prepare target dir & copy there
[ ! -d ${BUILDDIR} ] && mkdir -p ${BUILDDIR}
- tar -cpv $(cat ${COPYLIST}|sort -u) | tar -xpv -C ${BUILDDIR}
+ (tar -cpv $(cat ${COPYLIST}|sort -u) | tar -xpv -C ${BUILDDIR}) &> /dev/null
}
post_copy() {