Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/grc/
Date: Thu, 28 Jan 2021 17:11:21
Message-Id: 1611853872.8243c641cdd930b41cdd2b1025cec366954cccef.monsieurp@gentoo
1 commit: 8243c641cdd930b41cdd2b1025cec366954cccef
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 28 17:11:04 2021 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 28 17:11:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8243c641
7
8 app-misc/grc: fix symlink path.
9
10 Courtesy of Клим Кондратьев <k <AT> klimk.ru>.
11
12 Package-Manager: Portage-3.0.13, Repoman-3.0.2
13 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
14
15 app-misc/grc/grc-1.11.3.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/app-misc/grc/grc-1.11.3.ebuild b/app-misc/grc/grc-1.11.3.ebuild
19 index a3ff83965e4..14ccbf01362 100644
20 --- a/app-misc/grc/grc-1.11.3.ebuild
21 +++ b/app-misc/grc/grc-1.11.3.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -53,7 +53,7 @@ pkg_postinst() {
29 elog "Shell specific configurations can be found in ${ROOT}/usr/share/grc"
30 elog "Be sure to symlink one to use grc globally:"
31 elog
32 - elog " ln -s ${ROOT}/usr/share/grc.SHELL ${ROOT}/etc/profile.d/grc.sh"
33 + elog " ln -s ${ROOT}/usr/share/grc/grc.SHELL ${ROOT}/etc/profile.d/grc.sh"
34 elog
35 elog "Replace 'SHELL' in the above command with one of: bashrc, fish, zsh."
36 elog "Afterwards, use '. ${ROOT}/etc/profile' to activate grc in existing"