commit:     004df1621b15fea4fe9207adeac65c8313700063
Author:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 23:14:06 2019 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 23:14:06 2019 +0000
URL:        https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=004df162

mail-client/thunderbird: 68.0 don't error on missing files

Package-Manager: Portage-2.3.74, Repoman-2.3.17
Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>

 mail-client/thunderbird/thunderbird-68.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/thunderbird/thunderbird-68.0-r1.ebuild 
b/mail-client/thunderbird/thunderbird-68.0-r1.ebuild
index e3d2ccf..bc3e764 100644
--- a/mail-client/thunderbird/thunderbird-68.0-r1.ebuild
+++ b/mail-client/thunderbird/thunderbird-68.0-r1.ebuild
@@ -285,7 +285,7 @@ src_prepare() {
        # Don't exit with error when some libs are missing which we have in
        # system.
        sed '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' \
-               -i "${S}"/browser/installer/Makefile.in || die
+               -i "${S}"/comm/mail/installer/Makefile.in || die
 
        # Don't error out when there's no files to be removed:
        sed 's@\(xargs rm\)$@\1 -f@' \

Reply via email to