summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-03-23 02:21:19 +0000
committerZac Medico <zmedico@gentoo.org>2009-03-23 02:21:19 +0000
commit70b1ff7f83c43d50fe0b43ca4b9a078dd9c21a99 (patch)
treef7be87b49866c4a5c8eaa92317eff445cc4d5be6
parent84212f12f2cb31b3fd3d735716306b61d896c685 (diff)
downloadportage-70b1ff7f83c43d50fe0b43ca4b9a078dd9c21a99.tar.gz
portage-70b1ff7f83c43d50fe0b43ca4b9a078dd9c21a99.tar.bz2
portage-70b1ff7f83c43d50fe0b43ca4b9a078dd9c21a99.zip
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
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 1 insertions, 1 deletions
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