From: Lars Wendler Date: Tue, 9 Jul 2019 16:02:29 +0000 (+0200) Subject: net-fs/samba: Added "--no-run-if-empty" to xargs call. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=37c9bcf029a864c81d6be393c387bc61691bb6b1;p=gentoo.git net-fs/samba: Added "--no-run-if-empty" to xargs call. Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Lars Wendler --- diff --git a/net-fs/samba/samba-4.10.6.ebuild b/net-fs/samba/samba-4.10.6.ebuild index 88714ea14ee9..3d065562f7cc 100644 --- a/net-fs/samba/samba-4.10.6.ebuild +++ b/net-fs/samba/samba-4.10.6.ebuild @@ -293,7 +293,8 @@ multilib_src_install() { multilib_src_install_all() { # Attempt to fix bug #673168 - find "${ED}" -type d -name "Yapp" -print0 | xargs -0 rm -r || die + find "${ED}" -type d -name "Yapp" -print0 \ + | xargs -0 --no-run-if-empty rm -r || die } multilib_src_test() {