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

Collapse All | Expand All

(-)/usr/lib/portage/bin/ebuild.sh.orig (-1 / +1 lines)
Lines 280-286 Link Here
280
	if [ "$USERLAND" == "BSD" ]; then
280
	if [ "$USERLAND" == "BSD" ]; then
281
		tarvars=""
281
		tarvars=""
282
	else
282
	else
283
		tarvars="--no-same-owner"	
283
		tarvars="--no-same-owner --absolute-names"	
284
	fi	
284
	fi	
285
285
286
	for x in "$@"; do
286
	for x in "$@"; do

Return to bug 37132