From fcdcb431f6ec06c48c8c3e34a7171e349850ac16 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 21 Nov 2007 08:29:52 +0000 Subject: Fix the diefunc overlay message so that it doesn't trigger falsely in prerm or postrm. svn path=/main/trunk/; revision=8578 --- bin/isolated-functions.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index b46f50a4d..673f1ad85 100755 --- 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%/*} -- cgit v1.2.3-1-g7c22