Firefox: fix build error with cargo checksums

This commit is contained in:
Ruben Rodriguez 2017-06-16 13:07:24 -04:00
parent bb49b642a9
commit 60aaab0d11

View file

@ -228,6 +228,7 @@ replace "Trisquel Corporation" "Mozilla Corporation" .
replace "abrowser.com" "firefox.com" . replace "abrowser.com" "firefox.com" .
#sed -i 's/iceweasel, abrowser, icecat,/iceweasel, firefox, icecat,/g' debian/control.in #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 '/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 # Restore useragent to Firefox
sed '/MOZILLA_UAVERSION/ s:Abrowser/:Firefox/:' -i netwerk/protocol/http/nsHttpHandler.cpp sed '/MOZILLA_UAVERSION/ s:Abrowser/:Firefox/:' -i netwerk/protocol/http/nsHttpHandler.cpp