summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-11-25 06:58:24 +0000
committerZac Medico <zmedico@gentoo.org>2007-11-25 06:58:24 +0000
commitac8de8c5fa8c5172adc42eddae540665f9b2b1c4 (patch)
tree685da4750efccd115b4861748cf364e1e35c5515 /bin/ebuild.sh
parent01a6bb2dc23ad83b074b495ef96d9e3c5bb4b35c (diff)
downloadportage-ac8de8c5fa8c5172adc42eddae540665f9b2b1c4.tar.gz
portage-ac8de8c5fa8c5172adc42eddae540665f9b2b1c4.tar.bz2
portage-ac8de8c5fa8c5172adc42eddae540665f9b2b1c4.zip
* Load environment.bz2 for the pkg_config() phase.
* Run the "clean" phase if pkg_config() succeeds. (trunk r8651) svn path=/main/branches/2.1.2/; revision=8652
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index c28312ec6..566ff8a85 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -1601,7 +1601,7 @@ if hasq "depend" "${EBUILD_SH_ARGS}"; then
unset BIN_PATH BIN BODY FUNC_SRC
fi
-if hasq ${EBUILD_PHASE} info prerm setup \
+if hasq ${EBUILD_PHASE} config info prerm setup \
&& [ ! -f "${T}/environment" ] ; then
bzip2 -dc "${EBUILD%/*}"/environment.bz2 > \
"${T}/environment" 2> /dev/null