Signed-off-by: Michał Górny <mgo...@gentoo.org>
---
 eclass/distutils-r1.eclass | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 114ccc8041cc..fd6c0193d12e 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -771,13 +771,11 @@ _distutils-r1_wrap_scripts() {
        local path=${1}
        local bindir=${2}
 
-       local PYTHON_SCRIPTDIR
-       python_export PYTHON_SCRIPTDIR
-
+       local scriptdir=$(python_get_scriptdir)
        local f python_files=() non_python_files=()
 
-       if [[ -d ${path}${PYTHON_SCRIPTDIR} ]]; then
-               for f in "${path}${PYTHON_SCRIPTDIR}"/*; do
+       if [[ -d ${path}${scriptdir} ]]; then
+               for f in "${path}${scriptdir}"/*; do
                        [[ -d ${f} ]] && die "Unexpected directory: ${f}"
                        debug-print "${FUNCNAME}: found executable at 
${f#${path}/}"
 
-- 
2.25.2


Reply via email to