From: Zac Medico Date: Thu, 30 Aug 2012 16:33:04 +0000 (-0700) Subject: dyn_prepare: init state for apply_user_patches X-Git-Tag: v2.2.0_alpha124~27 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=00144cc82328074c6d190e6848a8b74c13823793;p=portage.git dyn_prepare: init state for apply_user_patches --- diff --git a/bin/phase-functions.sh b/bin/phase-functions.sh index ff7d85520..85d44a1fc 100644 --- a/bin/phase-functions.sh +++ b/bin/phase-functions.sh @@ -372,6 +372,7 @@ dyn_prepare() { else die "The source directory '${S}' doesn't exist" fi + rm -f "${PORTAGE_BUILDDIR}/.apply_user_patches" || die trap abort_prepare SIGINT SIGQUIT