From c24b9a8c81940b9a8b000f30b4af81cdb5c14684 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Sun, 4 Jun 2017 13:59:00 -0400 Subject: [PATCH] Firefox: fix build error on Remove Google API key step --- helpers/make-firefox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/make-firefox b/helpers/make-firefox index d0fe0536..6f034b2a 100644 --- a/helpers/make-firefox +++ b/helpers/make-firefox @@ -70,7 +70,7 @@ sed 's%https://www.mozilla.org/legal/privacy/%https://trisquel.info/legal%' -i . #sed 's%https://www.mozilla.org/firefox/central/%https://trisquel.info/browser%' -i browser/base/content/browser-appmenu.inc # Remove Google API key -sed '/Google API/,$ d' debian/config/mozconfig.in -i +sed '/Google API/,/google-api-keyfile/ d' debian/config/mozconfig.in -i # Org branding sed 's/com.ubuntu/org.trisquel/' -i debian/config/mozconfig.in -- GitLab