aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2019-08-31 18:14:06 -0500
committerJory Pratt <anarchy@gentoo.org>2019-08-31 18:14:06 -0500
commit004df1621b15fea4fe9207adeac65c8313700063 (patch)
treecef2de4a484f95d136b83a3020dd193944fbbacc /mail-client
parentwww-client/seamonkey: only add StartupNotify via useflag (diff)
downloadmozilla-004df1621b15fea4fe9207adeac65c8313700063.tar.gz
mozilla-004df1621b15fea4fe9207adeac65c8313700063.tar.bz2
mozilla-004df1621b15fea4fe9207adeac65c8313700063.zip
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@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/thunderbird/thunderbird-68.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-client/thunderbird/thunderbird-68.0-r1.ebuild b/mail-client/thunderbird/thunderbird-68.0-r1.ebuild
index e3d2ccf1..bc3e764d 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@' \