From 60aaab0d111d455639e6d1a85214e8c250e9077d Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Fri, 16 Jun 2017 13:07:24 -0400 Subject: [PATCH] Firefox: fix build error with cargo checksums --- helpers/make-firefox | 1 + 1 file changed, 1 insertion(+) diff --git a/helpers/make-firefox b/helpers/make-firefox index bc06d6317..119834bce 100644 --- a/helpers/make-firefox +++ b/helpers/make-firefox @@ -228,6 +228,7 @@ replace "Trisquel Corporation" "Mozilla Corporation" . 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 # Restore useragent to Firefox sed '/MOZILLA_UAVERSION/ s:Abrowser/:Firefox/:' -i netwerk/protocol/http/nsHttpHandler.cpp -- GitLab