mail-mta/msmtp: [QA] Fix UnnecessarySlashStrip
authorDavid Seifert <soap@gentoo.org>
Sat, 8 Feb 2020 16:22:24 +0000 (17:22 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 8 Feb 2020 16:22:24 +0000 (17:22 +0100)
Signed-off-by: David Seifert <soap@gentoo.org>
mail-mta/msmtp/msmtp-1.8.3.ebuild

index 77513593949da5ec1bc8f95080d1dcc2a6745338..449800749320c40627e3e6e120a4f709b78b92ac 100644 (file)
@@ -123,7 +123,7 @@ pkg_preinst() {
 
 pkg_postinst() {
        if [[ -z ${REPLACING_VERSIONS} ]]; then
-               einfo "Please edit ${EROOT%/}/etc/msmtprc before first use."
+               einfo "Please edit ${EROOT}/etc/msmtprc before first use."
                einfo "In addition, per user configuration files can be placed"
                einfo "as '~/.msmtprc'.  See the msmtprc-user.example file under"
                einfo "/usr/share/doc/${PF}/ for an example."