Abrowser: build fix for v56

This commit is contained in:
Ruben Rodriguez 2017-10-06 16:06:00 -04:00
parent f759433dfc
commit fbcc5a3ab2

View file

@ -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