From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 38B2D1388C0 for ; Mon, 22 Feb 2016 21:42:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77A0EE07AE; Mon, 22 Feb 2016 21:42:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C259E07AE for ; Mon, 22 Feb 2016 21:42:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3571E340B98 for ; Mon, 22 Feb 2016 21:42:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E6851AE8 for ; Mon, 22 Feb 2016 21:41:59 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1456177312.8ff5406d6d20b69f7ca05b3f760b72b92fe54f34.mgorny@gentoo> Subject: [gentoo-commits] proj/eselect-python:master commit in: / X-VCS-Repository: proj/eselect-python X-VCS-Files: python.eselect.in X-VCS-Directories: / X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8ff5406d6d20b69f7ca05b3f760b72b92fe54f34 X-VCS-Branch: master Date: Mon, 22 Feb 2016 21:41:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4871dc9a-c7ea-4ad5-87f6-0bee406eb6e5 X-Archives-Hash: bbd3000c2454973d194579e4929296c1 commit: 8ff5406d6d20b69f7ca05b3f760b72b92fe54f34 Author: Michał Górny gentoo org> AuthorDate: Mon Feb 22 21:34:36 2016 +0000 Commit: Michał Górny gentoo 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