summaryrefslogtreecommitdiff
path: root/sys-devel/llvm/llvm-7.0.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/llvm/llvm-7.0.0.ebuild')
-rw-r--r--sys-devel/llvm/llvm-7.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-7.0.0.ebuild b/sys-devel/llvm/llvm-7.0.0.ebuild
index ef47128aa166..08b89718f246 100644
--- a/sys-devel/llvm/llvm-7.0.0.ebuild
+++ b/sys-devel/llvm/llvm-7.0.0.ebuild
@@ -252,7 +252,7 @@ multilib_src_install_all() {
pkg_postinst() {
elog "You can find additional opt-viewer utility scripts in:"
- elog " ${EROOT}/usr/lib/llvm/${SLOT}/share/opt-viewer"
+ elog " ${EROOT%/}/usr/lib/llvm/${SLOT}/share/opt-viewer"
elog "To use these scripts, you will need Python 2.7 along with the following"
elog "packages:"
elog " dev-python/pygments (for opt-viewer)"