diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-09-27 08:42:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-09-27 08:42:24 +0200 |
commit | 4f8eab39bc0f6077a7059d6f5030f327dc5c87ee (patch) | |
tree | d5ee3b9b623e897fd1f491a818152fef6c412c06 /sys-devel/llvm/llvm-9999.ebuild | |
parent | sys-apps/tas: New package (diff) | |
download | gentoo-4f8eab39bc0f6077a7059d6f5030f327dc5c87ee.tar.gz gentoo-4f8eab39bc0f6077a7059d6f5030f327dc5c87ee.tar.bz2 gentoo-4f8eab39bc0f6077a7059d6f5030f327dc5c87ee.zip |
sys-devel/llvm: Fix EROOT trailing slash, spotted by Hummer12007
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/llvm/llvm-9999.ebuild')
-rw-r--r-- | sys-devel/llvm/llvm-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild index 014336a4f3eb..eb43281d3111 100644 --- a/sys-devel/llvm/llvm-9999.ebuild +++ b/sys-devel/llvm/llvm-9999.ebuild @@ -282,7 +282,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)" |