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 (+6 lines)
Lines 417-422 Link Here
417
417
418
		local dir=${f%/*}
418
		local dir=${f%/*}
419
		local fn=${f##*/}
419
		local fn=${f##*/}
420
		local EXEEXT
421
422
		if [ -f "${WORKDIR}/${P}-.default/config.log" ] && ! [ -f "${root}/${f}" ] ; then
423
			eval $(grep "^EXEEXT=" "${WORKDIR}/${P}-.default/config.log")
424
			f="${f}${EXEEXT}"
425
		fi
420
426
421
		if [[ -L ${root}/${f} ]]; then
427
		if [[ -L ${root}/${f} ]]; then
422
			# rewrite the symlink target
428
			# rewrite the symlink target

Return to bug 588330