Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/eselect-python:master commit in: /
Date: Mon, 22 Feb 2016 21:42:04
Message-Id: 1456177312.8ff5406d6d20b69f7ca05b3f760b72b92fe54f34.mgorny@gentoo
1 commit: 8ff5406d6d20b69f7ca05b3f760b72b92fe54f34
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 22 21:34:36 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 22 21:41:52 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/eselect-python.git/commit/?id=8ff5406d
7
8 set_man_symlink: fix variables
9
10 python.eselect.in | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/python.eselect.in b/python.eselect.in
14 index e542f5e..701c02b 100644
15 --- a/python.eselect.in
16 +++ b/python.eselect.in
17 @@ -135,7 +135,7 @@ set_man_symlink() {
18 return 1
19 fi
20
21 - ln -nfs "${target}${extension}" "${MAN_PATH}/python${extension}" || die
22 + ln -nfs "${target}${suffix}" "${MAN_PATH}/python${suffix}" || die
23 }
24
25 # Set OSX framework symlinks