From: Koen Kooi Date: Sat, 3 Jan 2009 14:42:30 +0000 (+0100) Subject: dsplink: change find | xargs to find -exec X-Git-Tag: Release-2010-05/1~4576 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ae90a04c6b7ab7eab3bbf725b4180e5d7ff791a;p=openembedded.git dsplink: change find | xargs to find -exec --- diff --git a/packages/dsplink/dsplink.inc b/packages/dsplink/dsplink.inc index 48cf50bb6b..4d5db6adb5 100644 --- a/packages/dsplink/dsplink.inc +++ b/packages/dsplink/dsplink.inc @@ -13,8 +13,8 @@ require ti-paths.inc do_configure () { # Clean up stale binaries - find ${S} -name "*.ko" | xargs rm || true - find ${S} -name "*.o" | xargs rm || true + find ${S} -name "*.ko" -exec rm {} \; || true + find ${S} -name "*.o" -exec rm {} \; || true # Run perl script to create appropriate makefiles (v1.60 and up) (