If Python returns relative site or script directories then something
is very wrong!

Signed-off-by: James Le Cuirot <ch...@gentoo.org>
---
 eclass/python-utils-r1.eclass | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index e3cf82b4b58f..da76a755fb34 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-utils-r1.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: python-utils-r1.eclass
@@ -797,11 +797,11 @@ python_newexe() {
 
        # install the wrapper
        _python_ln_rel "${ED%/}"/usr/lib/python-exec/python-exec2 \
-               "${ED%/}/${wrapd}/${newfn}" || die
+               "${ED%/}${wrapd}/${newfn}" || die
 
        # don't use this at home, just call python_doscript() instead
        if [[ ${_PYTHON_REWRITE_SHEBANG} ]]; then
-               python_fix_shebang -q "${ED%/}/${d}/${newfn}"
+               python_fix_shebang -q "${ED%/}${d}/${newfn}"
        fi
 }
 
@@ -927,7 +927,7 @@ python_domodule() {
                doins -r "${@}" || return ${?}
        )
 
-       python_optimize "${ED%/}/${d}"
+       python_optimize "${ED%/}${d}"
 }
 
 # @FUNCTION: python_doheader
-- 
2.19.2


Reply via email to