summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-08 17:22:24 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-08 17:22:24 +0100
commit85268cbfd257e9865629fc933fa42032a7eedbf1 (patch)
tree3f4a1ea2a2c4bb124c0f96d9f602a902873f2eb7 /mail-mta
parentmail-client/claws-mail: [QA] Fix UnnecessarySlashStrip (diff)
downloadgentoo-85268cbfd257e9865629fc933fa42032a7eedbf1.tar.gz
gentoo-85268cbfd257e9865629fc933fa42032a7eedbf1.tar.bz2
gentoo-85268cbfd257e9865629fc933fa42032a7eedbf1.zip
mail-mta/msmtp: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/msmtp/msmtp-1.8.3.ebuild2
1 files changed, 1 insertions, 1 deletions
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."