diff options
author | Sam James <sam@gentoo.org> | 2021-01-27 03:22:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-27 03:22:42 +0000 |
commit | bd194004699c1551e2c4a63657d21487769f7ede (patch) | |
tree | 94a2fb845308dcd216d011f7f57ca6f4df3da644 /mail-client/roundcube | |
parent | media-gfx/hugin: fix UnnecessarySlashStrip (diff) | |
download | gentoo-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.ebuild | 2 |
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 } |