From fbcc5a3ab2c19072a678db2c7605a87ad1c55dc2 Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Fri, 6 Oct 2017 16:06:00 -0400
Subject: [PATCH] Abrowser: build fix for v56

---
 helpers/make-firefox | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/helpers/make-firefox b/helpers/make-firefox
index 56c3ae8b..b6bff291 100644
--- a/helpers/make-firefox
+++ b/helpers/make-firefox
@@ -18,7 +18,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=48
+VERSION=49
 
 . ./config
 
@@ -231,6 +231,7 @@ replace "abrowser.com" "firefox.com" .
 #sed -i 's/iceweasel, abrowser, icecat,/iceweasel, firefox, icecat,/g' debian/control.in
 sed '/Provides/s/abrowser-locale/firefox-locale/' -i debian/control.langpacks
 sed 's/Abrowser/Firefox/' -i third_party/rust/idna/src/lib.rs
+sed 's/Trisquel/Mozilla/' -i third_party/rust/encoding_rs/src/lib.rs
 
 # Restore useragent to Firefox
 sed '/MOZILLA_UAVERSION/ s:Abrowser/:Firefox/:' -i netwerk/protocol/http/nsHttpHandler.cpp
-- 
GitLab