From db32ab134c3da5bfbe8a580873acda6f8dea3dfb Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 2 Jan 2021 22:34:42 +0000 Subject: net-mail/notmuch: ROOT -> EROOT Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James --- net-mail/notmuch/notmuch-0.31.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-mail/notmuch') diff --git a/net-mail/notmuch/notmuch-0.31.3.ebuild b/net-mail/notmuch/notmuch-0.31.3.ebuild index 5f806e985b57..b769f25d2179 100644 --- a/net-mail/notmuch/notmuch-0.31.3.ebuild +++ b/net-mail/notmuch/notmuch-0.31.3.ebuild @@ -253,7 +253,7 @@ src_install() { pkg_preinst() { local _rcfile="/etc/mutt/notmuch-mutt.rc" - if use mutt && ! [[ -e ${ROOT}${_rcfile} ]]; then + if use mutt && ! [[ -e "${EROOT}"${_rcfile} ]]; then elog "To enable notmuch support in mutt, add the following line" elog "to your mutt config file:" elog "" -- cgit v1.2.3-65-gdbad