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

Collapse All | Expand All

(-)/usr/portage/eclass/multilib-build.eclass (+4 lines)
Lines 418-423 Link Here
418
		local dir=${f%/*}
418
		local dir=${f%/*}
419
		local fn=${f##*/}
419
		local fn=${f##*/}
420
420
421
		if ! [ -f "${root}/${f}" ] ; then
422
			f="${f}$(get_exeext)"
423
		fi
424
421
		if [[ -L ${root}/${f} ]]; then
425
		if [[ -L ${root}/${f} ]]; then
422
			# rewrite the symlink target
426
			# rewrite the symlink target
423
			local target
427
			local target

Return to bug 588330