TEST-04-FULL-SYSTEMD: call xargs with "-r"

master
Harald Hoyer 2013-06-26 09:16:04 +02:00
parent 68cb510f18
commit 0d59a84b53
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ EOF
cp -a /etc/ld.so.conf* $initdir/etc
ldconfig -r "$initdir"
ddebug "Strip binaeries"
find "$initdir" -perm +111 -type f | xargs strip --strip-unneeded | ddebug
find "$initdir" -perm +111 -type f | xargs -r strip --strip-unneeded | ddebug

# copy depmod files
inst /lib/modules/$kernel/modules.order