diff options
Diffstat (limited to 'packages/dsplink/dsplink.inc')
-rw-r--r-- | packages/dsplink/dsplink.inc | 4 |
1 files changed, 2 insertions, 2 deletions
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) ( |