summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-01-22 21:53:22 +0100
committerMichał Górny <mgorny@gentoo.org>2022-01-23 10:18:51 +0100
commit764d5856fba7eddddcd46efd1363c42784dceab9 (patch)
treed1b8f4ec068d7f0a7a03ee1d766376269166a168 /eclass/distutils-r1.eclass
parentdistutils-r1.eclass: Fix prefix paths (diff)
downloadgentoo-764d5856fba7eddddcd46efd1363c42784dceab9.tar.gz
gentoo-764d5856fba7eddddcd46efd1363c42784dceab9.tar.bz2
gentoo-764d5856fba7eddddcd46efd1363c42784dceab9.zip
distutils-r1.eclass: Link to installer +x fix
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/distutils-r1.eclass')
-rw-r--r--eclass/distutils-r1.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 2c75daab14cc..a91442459346 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -973,6 +973,7 @@ distutils-r1_python_compile() {
# TODO: workaround for a bug in installer; remove once we depend
# on a properly fixed version
+ # https://github.com/pradyunsg/installer/commit/245896289a590bd9be505bd061d4f49372948a16
if [[ -d ${root}${EPREFIX}/usr/bin ]]; then
chmod +x "${root}${EPREFIX}"/usr/bin/* || die
fi