From d952f5251f5033a57d95425df7c570b72821033f Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 25 Nov 2007 06:56:02 +0000 Subject: * Load environment.bz2 for the pkg_config() phase. * Run the "clean" phase if pkg_config() succeeds. svn path=/main/trunk/; revision=8651 --- bin/ebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3-1-g7c22