From d14501acaa1e3634cb0a6f6e356923391009eb46 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 1 Jun 2023 15:26:21 +0100 Subject: gentoo auto-resync : 01:06:2023 - 15:26:21 --- sys-apps/busybox/busybox-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys-apps/busybox/busybox-9999.ebuild') diff --git a/sys-apps/busybox/busybox-9999.ebuild b/sys-apps/busybox/busybox-9999.ebuild index a9f3d85703c7..8a030a712279 100644 --- a/sys-apps/busybox/busybox-9999.ebuild +++ b/sys-apps/busybox/busybox-9999.ebuild @@ -346,7 +346,9 @@ pkg_postinst() { cd "${T}" || die mkdir _install tar xf busybox-links.tar -C _install || die - echo n | cp -ivpPR _install/* "${ROOT}"/ || die "copying links for ${x} failed" + # 907432: cp -n returns error if it skips any file, but that is expected here + # TODO: check if a new coreutils release has a replacement option + cp -nvpPR _install/* "${ROOT}"/ fi if use sep-usr ; then -- cgit v1.2.3