diff options
author | Sam James <sam@gentoo.org> | 2021-01-02 22:34:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-02 22:35:14 +0000 |
commit | db32ab134c3da5bfbe8a580873acda6f8dea3dfb (patch) | |
tree | 0996f77455575cf427726fd19b11cb20a15546ad /net-mail | |
parent | profiles/arch/base/package.use.mask: Unmask sys-power/suspend[crypt] again (diff) | |
download | gentoo-db32ab134c3da5bfbe8a580873acda6f8dea3dfb.tar.gz gentoo-db32ab134c3da5bfbe8a580873acda6f8dea3dfb.tar.bz2 gentoo-db32ab134c3da5bfbe8a580873acda6f8dea3dfb.zip |
net-mail/notmuch: ROOT -> EROOT
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/notmuch/notmuch-0.31.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 "" |