commit: 37c9bcf029a864c81d6be393c387bc61691bb6b1
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 9 16:02:29 2019 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Jul 9 16:02:48 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c9bcf0
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 <polynomial-c <AT> gentoo.org>
net-fs/samba/samba-4.10.6.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-fs/samba/samba-4.10.6.ebuild b/net-fs/samba/samba-4.10.6.ebuild
index 88714ea14ee..3d065562f7c 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() {