summaryrefslogtreecommitdiffstats
path: root/bin/phase-functions.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-08-30 09:33:04 -0700
committerZac Medico <zmedico@gentoo.org>2012-08-30 09:33:04 -0700
commit00144cc82328074c6d190e6848a8b74c13823793 (patch)
treec00ffbecd6b1dbb7f5d34605a4b93a6e4fdb6b1f /bin/phase-functions.sh
parent5e28fe97e67ab4f3e2d8410a8704156b6bb08555 (diff)
downloadportage-00144cc82328074c6d190e6848a8b74c13823793.tar.gz
portage-00144cc82328074c6d190e6848a8b74c13823793.tar.bz2
portage-00144cc82328074c6d190e6848a8b74c13823793.zip
dyn_prepare: init state for apply_user_patches
Diffstat (limited to 'bin/phase-functions.sh')
-rw-r--r--bin/phase-functions.sh1
1 files changed, 1 insertions, 0 deletions
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