From 85a53fe701a18e4fe3daf2e71dda9653dd17211a Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Fri, 31 Aug 2018 01:27:19 +0000 Subject: www/firefox-esr: update to 60.2.0 Changes: https://www.mozilla.org/firefox/60.2.0/releasenotes/ --- www/firefox-esr/files/patch-addon-search | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/firefox-esr/files/patch-addon-search') 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); } -- cgit v1.2.3