Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 417263 | Differences between
and this patch

Collapse All | Expand All

(-)/var/db/repos/gentoo/sys-apps/busybox/busybox-1.30.1.ebuild (-1 / +1 lines)
Lines 318-324 Link Here
318
		cd "${T}" || die
318
		cd "${T}" || die
319
		mkdir _install
319
		mkdir _install
320
		tar xf busybox-links.tar -C _install || die
320
		tar xf busybox-links.tar -C _install || die
321
		cp -vpPR _install/* "${ROOT}"/ || die "copying links for ${x} failed"
321
		false | cp -vpPRi _install/* "${ROOT}"/ || die "copying links for ${x} failed"
322
	fi
322
	fi
323
323
324
	if use sep-usr ; then
324
	if use sep-usr ; then

Return to bug 417263