summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-05-08 01:28:20 +0000
committerZac Medico <zmedico@gentoo.org>2006-05-08 01:28:20 +0000
commita2db052c318100cd42aae5c9abaf3ca2676c6a32 (patch)
tree3897883b0740db0624b108e05008e8045711ce1d /bin/ebuild.sh
parentFix a potential NameError due to 'cpv' being undefined in the namespace and a... (diff)
downloadportage-multirepo-a2db052c318100cd42aae5c9abaf3ca2676c6a32.tar.gz
portage-multirepo-a2db052c318100cd42aae5c9abaf3ca2676c6a32.tar.bz2
portage-multirepo-a2db052c318100cd42aae5c9abaf3ca2676c6a32.zip
Move the fake $HOME that's used for ebuilds from $PORTAGE_TMPDIR/portage/homedir to $PORTAGE_BUILDDIR/homedir so that each build has a unique $HOME for bug #130395.
svn path=/main/trunk/; revision=3330
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 8461af60..70fffc1b 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -719,7 +719,7 @@ dyn_clean() {
chflags -R nosunlnk,nouunlnk "${PORTAGE_BUILDDIR}" 2>/dev/null
fi
- rm -rf "${PORTAGE_BUILDDIR}/image"
+ rm -rf "${PORTAGE_BUILDDIR}/image" "${PORTAGE_BUILDDIR}/homedir"
if ! hasq keeptemp $FEATURES; then
rm -rf "${T}"