summaryrefslogtreecommitdiffstats
path: root/remote/tools/dbus
diff options
context:
space:
mode:
authorJonathan Bauer2013-02-27 17:15:49 +0100
committerJonathan Bauer2013-02-27 17:15:49 +0100
commit60c6a93345ed696ce975e36ceca4d3733717666a (patch)
tree50ca2e872b2cc2cbcecffc67e04e97108140c144 /remote/tools/dbus
parentbinutil.inc fixed functionality, see comments (diff)
downloadtm-scripts-60c6a93345ed696ce975e36ceca4d3733717666a.tar.gz
tm-scripts-60c6a93345ed696ce975e36ceca4d3733717666a.tar.xz
tm-scripts-60c6a93345ed696ce975e36ceca4d3733717666a.zip
using binutils EVERYWHERE
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 5254497f..331d49e4 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}) &> /dev/null
+ tar -cp $(cat ${COPYLIST}|sort -u) | tar -xp -C ${BUILDDIR}
}
post_copy() {