diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-08-31 01:27:19 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-08-31 01:27:19 +0000 |
commit | 85a53fe701a18e4fe3daf2e71dda9653dd17211a (patch) | |
tree | 8b83fdec5b46b0089987d19c9ae7dcfde46bcff7 /www/firefox-esr/files/patch-addon-search | |
parent | www/firefox: switch to rc2 (diff) |
www/firefox-esr: update to 60.2.0
Changes: https://www.mozilla.org/firefox/60.2.0/releasenotes/
Diffstat (limited to 'www/firefox-esr/files/patch-addon-search')
-rw-r--r-- | www/firefox-esr/files/patch-addon-search | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/firefox-esr/files/patch-addon-search b/www/firefox-esr/files/patch-addon-search index 06e95a2e04ce..aae4df550cdf 100644 --- a/www/firefox-esr/files/patch-addon-search +++ b/www/firefox-esr/files/patch-addon-search @@ -31,12 +31,12 @@ diff --git toolkit/mozapps/extensions/internal/AddonRepository.jsm toolkit/mozap index f70fd8d7e3bd8..81e8cd7764fdf 100644 --- toolkit/mozapps/extensions/internal/AddonRepository.jsm +++ toolkit/mozapps/extensions/internal/AddonRepository.jsm -@@ -588,7 +588,7 @@ var AddonRepository = { +@@ -602,7 +602,7 @@ var AddonRepository = { addon.version = String(aEntry.current_version.version); if (Array.isArray(aEntry.current_version.files)) { for (let file of aEntry.current_version.files) { -- if (file.platform == "all" || file.platform == Services.appinfo.OS.toLowerCase()) { -+ if (file.platform == "all" || file.platform == "linux" || file.platform == Services.appinfo.OS.toLowerCase()) { +- if (file.platform == "all" || file.platform == PLATFORM) { ++ if (file.platform == "all" || file.platform == "linux" || file.platform == PLATFORM) { if (file.url) { addon.sourceURI = NetUtil.newURI(file.url); } |