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

Collapse All | Expand All

(-)bin/ebuild.sh (+9 lines)
Lines 1001-1006 Link Here
1001
	export PWORKDIR="$WORKDIR"
1001
	export PWORKDIR="$WORKDIR"
1002
	src_install
1002
	src_install
1003
	#|| abort_install "fail"
1003
	#|| abort_install "fail"
1004
	if [[ "${NO_MULTILIB_WRAPPER}" != "*" ]] ; then
1005
		for configscript in "${D}"usr/bin/*-config ; do
1006
			if [[ -f "${configscript}" ]] && ! [[ -L "${configscript}" ]] && \
1007
				[[ "${NO_MULTILIB_WRAPPER}/$(basename ${configscript})}" == "${NO_MULTILIB_WRAPPER}" ]] ; then
1008
				generate-config-wrapper ${configscript} \
1009
					|| die "generating multilib config wrapper file failed"
1010
			fi
1011
		done
1012
	fi
1004
	prepall
1013
	prepall
1005
	cd "${D}"
1014
	cd "${D}"
1006
1015

Return to bug 118815