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

(-)busybox-1.20.1.ebuild.old (-1 / +1 lines)
Lines 292-298 Link Here
292
		cd "${T}" || die
292
		cd "${T}" || die
293
		mkdir _install
293
		mkdir _install
294
		tar xf busybox-links.tar -C _install || die
294
		tar xf busybox-links.tar -C _install || die
295
		cp -vpPR _install/* "${ROOT}"/ || die "copying links for ${x} failed"
295
		cp -vpPRn _install/* "${ROOT}"/ || die "copying links for ${x} failed"
296
	fi
296
	fi
297
297
298
	if use sep-usr ; then
298
	if use sep-usr ; then

Return to bug 417263