summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-27 03:22:42 +0000
committerSam James <sam@gentoo.org>2021-01-27 03:22:42 +0000
commitbd194004699c1551e2c4a63657d21487769f7ede (patch)
tree94a2fb845308dcd216d011f7f57ca6f4df3da644 /mail-client/roundcube
parentmedia-gfx/hugin: fix UnnecessarySlashStrip (diff)
downloadgentoo-bd194004699c1551e2c4a63657d21487769f7ede.tar.gz
gentoo-bd194004699c1551e2c4a63657d21487769f7ede.tar.bz2
gentoo-bd194004699c1551e2c4a63657d21487769f7ede.zip
mail-client/roundcube: fix UnnecessarySlashStrip
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mail-client/roundcube')
-rw-r--r--mail-client/roundcube/roundcube-1.4.10.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-client/roundcube/roundcube-1.4.10.ebuild b/mail-client/roundcube/roundcube-1.4.10.ebuild
index 2b983aea987c..cb9a6709c782 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
}