Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 177211
Collapse All | Expand All

(-)bin/ebuild.sh (-1 / +2 lines)
Lines 457-463 Link Here
457
	done
457
	done
458
	# Do not chmod '.' since it's probably ${WORKDIR} and PORTAGE_WORKDIR_MODE
458
	# Do not chmod '.' since it's probably ${WORKDIR} and PORTAGE_WORKDIR_MODE
459
	# should be preserved.
459
	# should be preserved.
460
	find . -mindepth 1 ! -type l -print0 | ${XARGS} -0 chmod -f a+rX,u+w,g-w,o-w
460
	find . -mindepth 1 -maxdepth 1 ! -type l -print0 | \
461
		${XARGS} -0 chmod -fR a+rX,u+w,g-w,o-w
461
}
462
}
462
463
463
strip_duplicate_slashes() {
464
strip_duplicate_slashes() {

Return to bug 177211