commit:     db32ab134c3da5bfbe8a580873acda6f8dea3dfb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  2 22:34:42 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan  2 22:35:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db32ab13

net-mail/notmuch: ROOT -> EROOT

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-mail/notmuch/notmuch-0.31.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/notmuch/notmuch-0.31.3.ebuild 
b/net-mail/notmuch/notmuch-0.31.3.ebuild
index 5f806e985b5..b769f25d217 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 ""

Reply via email to