summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-11-25 06:56:02 +0000
committerZac Medico <zmedico@gentoo.org>2007-11-25 06:56:02 +0000
commitd952f5251f5033a57d95425df7c570b72821033f (patch)
tree2fdf93303315623371349b40687b926e4b6834c5 /bin
parentb13416933b67988130b92f0a554e639cbf03e493 (diff)
downloadportage-d952f5251f5033a57d95425df7c570b72821033f.tar.gz
portage-d952f5251f5033a57d95425df7c570b72821033f.tar.bz2
portage-d952f5251f5033a57d95425df7c570b72821033f.zip
* Load environment.bz2 for the pkg_config() phase.
* Run the "clean" phase if pkg_config() succeeds. svn path=/main/trunk/; revision=8651
Diffstat (limited to 'bin')
-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