commit:     8ff5406d6d20b69f7ca05b3f760b72b92fe54f34
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 22 21:34:36 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 21:41:52 2016 +0000
URL:        
https://gitweb.gentoo.org/proj/eselect-python.git/commit/?id=8ff5406d

set_man_symlink: fix variables

 python.eselect.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python.eselect.in b/python.eselect.in
index e542f5e..701c02b 100644
--- a/python.eselect.in
+++ b/python.eselect.in
@@ -135,7 +135,7 @@ set_man_symlink() {
                return 1
        fi
 
-       ln -nfs "${target}${extension}" "${MAN_PATH}/python${extension}" || die
+       ln -nfs "${target}${suffix}" "${MAN_PATH}/python${suffix}" || die
 }
 
 # Set OSX framework symlinks

Reply via email to