eclass/python-r1: Sync with Gentoo

It's from Gentoo commit eccf647e5ed9dc7d3337f893cc46f0183528ff1f.

Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
Flatcar Buildbot 2026-03-09 07:29:16 +00:00 committed by Krzesimir Nowak
parent a72ba69a4f
commit 32b7802acf

View File

@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: python-r1.eclass
@ -780,7 +780,7 @@ python_replicate_script() {
(
exeopts -m 0755
exeinto "${PYTHON_SCRIPTDIR#${EPREFIX}}"
exeinto "${PYTHON_SCRIPTDIR#"${EPREFIX}"}"
doexe "${files[@]}"
)