summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2020-06-21 10:29:48 +0200
committerPatrice Clement <monsieurp@gentoo.org>2020-06-21 10:47:27 +0200
commit401e1697b162327cd5d62d42329b4116becbc06d (patch)
treec1d8626ae590413c0f37ba25b09b605106f6d762 /app-misc/grc
parentdev-ruby/kramdown-parser-gfm: fix tests (diff)
downloadgentoo-401e1697b162327cd5d62d42329b4116becbc06d.tar.gz
gentoo-401e1697b162327cd5d62d42329b4116becbc06d.tar.bz2
gentoo-401e1697b162327cd5d62d42329b4116becbc06d.zip
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>
Diffstat (limited to 'app-misc/grc')
-rw-r--r--app-misc/grc/grc-1.11.3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/grc/grc-1.11.3.ebuild b/app-misc/grc/grc-1.11.3.ebuild
index 3c1f47c29702..a3ff83965e44 100644
--- a/app-misc/grc/grc-1.11.3.ebuild
+++ b/app-misc/grc/grc-1.11.3.ebuild
@@ -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
}