dsplink: change find | xargs to find -exec
authorKoen Kooi <koen@openembedded.org>
Sat, 3 Jan 2009 14:42:30 +0000 (15:42 +0100)
committerKoen Kooi <koen@openembedded.org>
Sat, 3 Jan 2009 14:42:30 +0000 (15:42 +0100)
packages/dsplink/dsplink.inc

index 48cf50b..4d5db6a 100644 (file)
@@ -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)
        (