mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-misc/grc: add trailing slash to ROOT.
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
@@ -50,13 +50,13 @@ src_install() {
|
||||
|
||||
pkg_postinst() {
|
||||
elog
|
||||
elog "Shell specific configurations can be found in ${ROOT}usr/share/grc"
|
||||
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.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"
|
||||
elog "Afterwards, use '. ${ROOT}/etc/profile' to activate grc in existing"
|
||||
elog "shell sessions."
|
||||
elog
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user