From 3d234d3c17e0e0fb91a8f13018781cb54f2acf2c Mon Sep 17 00:00:00 2001 From: Santiago Rodriguez Date: Wed, 3 Dec 2014 22:55:46 +0100 Subject: [PATCH 1/2] firefox: Changed path for all.js file --- helpers/make-firefox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/make-firefox b/helpers/make-firefox index b546155..07dbf4e 100644 --- a/helpers/make-firefox +++ b/helpers/make-firefox @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=32 +VERSION=33 . ./config @@ -39,7 +39,7 @@ cat << EOF >>services/healthreport/healthreport-prefs.js pref("datareporting.healthreport.infoURL", "https://trisquel.info/legal"); EOF -sed 's%https://www.mozilla.org/legal/privacy/%https://trisquel.info/legal%' -i ./modules/libpref/src/init/all.js ./browser/app/profile/firefox.js ./toolkit/content/aboutRights.xhtml +sed 's%https://www.mozilla.org/legal/privacy/%https://trisquel.info/legal%' -i ./modules/libpref/init/all.js ./browser/app/profile/firefox.js ./toolkit/content/aboutRights.xhtml #sed 's%https://www.mozilla.org/firefox/central/%https://trisquel.info/browser%' -i browser/base/content/browser-appmenu.inc From 65d818796bc1831441e876d42de683cd31ff8b5f Mon Sep 17 00:00:00 2001 From: Santiago Rodriguez Date: Thu, 4 Dec 2014 00:29:02 +0100 Subject: [PATCH 2/2] firefox: changed path for AbrowserProfileMigrator.js --- helpers/make-firefox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/make-firefox b/helpers/make-firefox index 07dbf4e..2ad81a0 100644 --- a/helpers/make-firefox +++ b/helpers/make-firefox @@ -228,7 +228,7 @@ sed '/Provides/s/abrowser-locale/firefox-locale/' -i debian/control.langpacks sed '/MOZILLA_UAVERSION/ s:Abrowser/:Firefox/:' -i netwerk/protocol/http/nsHttpHandler.cpp # Set migrator scripts -sed 's/Abrowser/Firefox/g; s/abrowser/firefox/g' -i browser/components/migration/src/AbrowserProfileMigrator.js +sed 's/Abrowser/Firefox/g; s/abrowser/firefox/g' -i browser/components/migration/AbrowserProfileMigrator.js # Postinst script to manage profile migration and system links echo '