From 70b1ff7f83c43d50fe0b43ca4b9a078dd9c21a99 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 23 Mar 2009 02:21:19 +0000 Subject: When triggering a fresh unpack inside dyn_unpack(), remove the .prepared, .configured and .installed files along with the others. (trunk r13146) svn path=/main/branches/2.1.6/; revision=13163 --- bin/ebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 1c448c82f..d426e15a9 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -666,7 +666,7 @@ dyn_unpack() { fi if [ "${newstuff}" == "yes" ]; then # We don't necessarily have privileges to do a full dyn_clean here. - rm -rf "${PORTAGE_BUILDDIR}"/{.unpacked,.compiled,.tested,.packaged,build-info} + rm -rf "${PORTAGE_BUILDDIR}"/{.unpacked,.prepared,.configured,.compiled,.tested,.installed,.packaged,build-info} rm -rf "${WORKDIR}" if [ -d "${T}" ] && \ ! hasq keeptemp $FEATURES && ! hasq keepwork $FEATURES ; then -- cgit v1.2.3-1-g7c22