summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2018-06-14 10:04:12 +0900
committerBenda Xu <heroxbd@gentoo.org>2018-06-14 10:15:23 +0900
commit285454817f40abef3e124c31bb751755a0a4139e (patch)
tree7b64e2f2f5e23a725b321db6fa5db624a13dcbfd
parentKeep makeinfo stub until overwritten by the real texinfo. (diff)
downloadprefix-285454817f40abef3e124c31bb751755a0a4139e.tar.gz
prefix-285454817f40abef3e124c31bb751755a0a4139e.tar.bz2
prefix-285454817f40abef3e124c31bb751755a0a4139e.zip
Work around bug 658060.
-rwxr-xr-xscripts/bootstrap-prefix.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 98b371e7e8..fba87c3662 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -658,6 +658,9 @@ bootstrap_portage() {
|| return 1
$MAKE ${MAKEOPTS} || return 1
+ # bug 658060
+ find . -name __pycache__ -delete
+
einfo "Installing ${A%-*}"
$MAKE install || return 1