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

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- portage-2.2_rc15/bin/ebuild.sh
0
++ portage-2.2_rc15/bin/ebuild.sh
Lines 520-528 Link Here
520
			--localstatedir=/var/lib \
520
			--localstatedir=/var/lib \
521
			"$@" \
521
			"$@" \
522
			${EXTRA_ECONF}
522
			${EXTRA_ECONF}
523
		vecho "${ECONF_SOURCE}/configure" "$@"
523
		vecho ${CONFIG_SHELL} "${ECONF_SOURCE}/configure" "$@"
524
524
525
		if ! "${ECONF_SOURCE}/configure" "$@" ; then
525
		if ! ${CONFIG_SHELL} "${ECONF_SOURCE}/configure" "$@" ; then
526
526
527
			if [ -s config.log ]; then
527
			if [ -s config.log ]; then
528
				echo
528
				echo

Return to bug 308835