From 85268cbfd257e9865629fc933fa42032a7eedbf1 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 8 Feb 2020 17:22:24 +0100 Subject: mail-mta/msmtp: [QA] Fix UnnecessarySlashStrip Signed-off-by: David Seifert --- mail-mta/msmtp/msmtp-1.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail-mta') 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." -- cgit v1.2.3-65-gdbad