summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-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