From: Zac Medico Date: Tue, 7 Sep 2010 21:21:33 +0000 (-0700) Subject: Fix broken $PORTAGE_BUILDDIR/.$EBUILD_PHASEed path generation inside X-Git-Tag: v2.2_rc78~27 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=790bc7470c3047a06b5b97a7a5b4e4eab0de7cad;p=portage.git Fix broken $PORTAGE_BUILDDIR/.$EBUILD_PHASEed path generation inside _doebuild_spawn(). --- diff --git a/pym/portage/package/ebuild/doebuild.py b/pym/portage/package/ebuild/doebuild.py index a61a56687..862939dc3 100644 --- a/pym/portage/package/ebuild/doebuild.py +++ b/pym/portage/package/ebuild/doebuild.py @@ -93,8 +93,8 @@ def _doebuild_spawn(phase, settings, actionmap=None, **kwargs): ebuild_sh_arg) if phase not in EbuildSpawnProcess._phases_without_builddir: - phase_completed_file = os.path.join(settings['PORTAGE_BUILDIR'], - phase.rstrip('e') + 'ed') + phase_completed_file = os.path.join(settings['PORTAGE_BUILDDIR'], + ".%sed" % phase.rstrip('e')) if not os.path.exists(phase_completed_file): # If the phase is really going to run then we want # to eliminate any stale elog messages that may