diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2021-01-28 18:11:04 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2021-01-28 18:11:12 +0100 |
commit | 8243c641cdd930b41cdd2b1025cec366954cccef (patch) | |
tree | 40eb87b94cfa069e581006ea8ad524480cda6626 /app-misc/grc | |
parent | www-client/chromium: dev channel bump to 89.0.4389.23 (diff) | |
download | gentoo-8243c641cdd930b41cdd2b1025cec366954cccef.tar.gz gentoo-8243c641cdd930b41cdd2b1025cec366954cccef.tar.bz2 gentoo-8243c641cdd930b41cdd2b1025cec366954cccef.zip |
app-misc/grc: fix symlink path.
Courtesy of Клим Кондратьев <k@klimk.ru>.
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-misc/grc')
-rw-r--r-- | app-misc/grc/grc-1.11.3.ebuild | 4 |
1 files 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 a3ff83965e44..14ccbf013621 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" |