From: Zac Medico Date: Wed, 21 Nov 2007 08:32:35 +0000 (-0000) Subject: Fix the diefunc overlay message so that it doesn't trigger X-Git-Tag: v2.1.4~250 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ec69d9ccbb3695e21a4324bd9ed27c14ea2469f9;p=portage.git Fix the diefunc overlay message so that it doesn't trigger falsely in prerm or postrm. (trunk r8578) svn path=/main/branches/2.1.2/; revision=8579 --- diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index b46f50a4d..673f1ad85 100644 --- a/bin/isolated-functions.sh +++ b/bin/isolated-functions.sh @@ -96,6 +96,7 @@ diefunc() { done fi if [ "${EMERGE_FROM}" != "binary" ] && \ + ! hasq ${EBUILD_PHASE} prerm postrm && \ [ "${EBUILD#${PORTDIR}/}" == "${EBUILD}" ] ; then local overlay=${EBUILD%/*} overlay=${overlay%/*}