mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 00:05:54 +03:00
distutils-r1.eclass: workaround bash-5.3* bug
Bug: https://lists.gnu.org/archive/html/bug-bash/2025-05/msg00005.html Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1685,7 +1685,8 @@ distutils-r1_python_install() {
|
||||
# let's explicitly verify these assumptions
|
||||
|
||||
# remove files that we've created explicitly
|
||||
rm "${reg_scriptdir}"/{"${EPYTHON}",python3,python,../pyvenv.cfg} || die
|
||||
rm "${reg_scriptdir}"/{"${EPYTHON}",python3,python} || die
|
||||
rm "${reg_scriptdir}"/../pyvenv.cfg || die
|
||||
|
||||
# Automagically do the QA check to avoid issues when bootstrapping
|
||||
# prefix.
|
||||
|
||||
Reference in New Issue
Block a user