summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-06-13 19:55:03 +0000
committerZac Medico <zmedico@gentoo.org>2006-06-13 19:55:03 +0000
commit24ee1791e442af28df488fb231e68dd18a3b52c1 (patch)
treeacf5fcf84fcde9f926e8260ab09dae1fd11ff460 /bin/ebuild.sh
parentFix signal handling for bug #96331. Thanks to S. Caglar Onur <caglar@pardus.... (diff)
downloadportage-multirepo-24ee1791e442af28df488fb231e68dd18a3b52c1.tar.gz
portage-multirepo-24ee1791e442af28df488fb231e68dd18a3b52c1.tar.bz2
portage-multirepo-24ee1791e442af28df488fb231e68dd18a3b52c1.zip
Fix generation of ebuild log file names for bug #136285.
svn path=/main/trunk/; revision=3506
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index e2d8987e..1683f913 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -738,6 +738,7 @@ dyn_clean() {
fi
if ! hasq keepwork $FEATURES; then
+ rm -rf "${PORTAGE_BUILDDIR}/.logid"
rm -rf "${PORTAGE_BUILDDIR}/.unpacked"
rm -rf "${PORTAGE_BUILDDIR}/.compiled"
rm -rf "${PORTAGE_BUILDDIR}/.tested"