diff options
Diffstat (limited to 'mail-client')
-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 } |