commit: 8243c641cdd930b41cdd2b1025cec366954cccef Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Thu Jan 28 17:11:04 2021 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Thu Jan 28 17:11:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8243c641
app-misc/grc: fix symlink path. Courtesy of Клим Кондратьев <k <AT> klimk.ru>. Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> app-misc/grc/grc-1.11.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/grc/grc-1.11.3.ebuild b/app-misc/grc/grc-1.11.3.ebuild index a3ff83965e4..14ccbf01362 100644 --- a/app-misc/grc/grc-1.11.3.ebuild +++ b/app-misc/grc/grc-1.11.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -53,7 +53,7 @@ pkg_postinst() { elog "Shell specific configurations can be found in ${ROOT}/usr/share/grc" elog "Be sure to symlink one to use grc globally:" elog - elog " ln -s ${ROOT}/usr/share/grc.SHELL ${ROOT}/etc/profile.d/grc.sh" + elog " ln -s ${ROOT}/usr/share/grc/grc.SHELL ${ROOT}/etc/profile.d/grc.sh" elog elog "Replace 'SHELL' in the above command with one of: bashrc, fish, zsh." elog "Afterwards, use '. ${ROOT}/etc/profile' to activate grc in existing"