commit: bd194004699c1551e2c4a63657d21487769f7ede
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 03:22:42 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 03:22:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd194004
mail-client/roundcube: fix UnnecessarySlashStrip
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
mail-client/roundcube/roundcube-1.4.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mail-client/roundcube/roundcube-1.4.10.ebuild
b/mail-client/roundcube/roundcube-1.4.10.ebuild
index 2b983aea987..cb9a6709c78 100644
--- a/mail-client/roundcube/roundcube-1.4.10.ebuild
+++ b/mail-client/roundcube/roundcube-1.4.10.ebuild
@@ -91,6 +91,6 @@ pkg_postinst() {
if [[ -n ${REPLACING_VERSIONS} ]]; then
elog "You can review the post-upgrade instructions at:"
- elog
"${EROOT%/}/usr/share/webapps/${PN}/${PV}/postupgrade-en.txt"
+ elog "${EROOT}/usr/share/webapps/${PN}/${PV}/postupgrade-en.txt"
fi
}