From: David Seifert Date: Sat, 8 Feb 2020 16:22:24 +0000 (+0100) Subject: mail-mta/msmtp: [QA] Fix UnnecessarySlashStrip X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=85268cbfd257e9865629fc933fa42032a7eedbf1;p=gentoo.git mail-mta/msmtp: [QA] Fix UnnecessarySlashStrip Signed-off-by: David Seifert --- diff --git a/mail-mta/msmtp/msmtp-1.8.3.ebuild b/mail-mta/msmtp/msmtp-1.8.3.ebuild index 77513593949d..449800749320 100644 --- a/mail-mta/msmtp/msmtp-1.8.3.ebuild +++ b/mail-mta/msmtp/msmtp-1.8.3.ebuild @@ -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."