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

Collapse All | Expand All

(-)distutils-r1.eclass.orig (-1 / +6 lines)
Lines 333-339 Link Here
333
	_distutils-r1_rename_scripts "${root}"
333
	_distutils-r1_rename_scripts "${root}"
334
334
335
	# merge
335
	# merge
336
	cp -a -l -n "${root}"/* "${D}"/ || die "Merging ${EPYTHON} image failed."
336
	if use userland_BSD; then
337
		cd "${root}" ; tar cf - . | tar xf - -C "${D}" \
338
			|| die "Merging ${EPYTHON} image failed."
339
	else
340
		cp -a -l -n "${root}"/* "${D}"/ || die "Merging ${EPYTHON} image failed."
341
	fi
337
	rm -rf "${root}"
342
	rm -rf "${root}"
338
}
343
}
339
344

Return to bug 447370