diff options
author | Gaming4JC <g4jc@bulletmail.org> | 2018-06-21 22:13:49 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@bulletmail.org> | 2018-06-21 22:13:49 -0400 |
commit | b978d98fe227855d7c9fe666b7d792e91df9d558 (patch) | |
tree | 53b8333c1d4858f442e087dc62461bda62732320 | |
parent | e505d504687e7b315a0ab84f5f57cf52434336d3 (diff) | |
download | iceweasel-uxp-b978d98fe227855d7c9fe666b7d792e91df9d558.tar.gz |
rebrand profile jsv1.5
-rw-r--r-- | app/Makefile.in | 2 | ||||
-rw-r--r-- | app/moz.build | 2 | ||||
-rw-r--r-- | app/profile/iceweasel.js (renamed from app/profile/firefox.js) | 0 | ||||
-rw-r--r-- | installer/package-manifest.in | 2 |
4 files changed, 3 insertions, 3 deletions
diff --git a/app/Makefile.in b/app/Makefile.in index 18ae2e2..f051a22 100644 --- a/app/Makefile.in +++ b/app/Makefile.in @@ -42,7 +42,7 @@ libs:: cp -p $(MOZ_APP_NAME)$(BIN_SUFFIX) $(DIST)/bin/$(MOZ_APP_NAME)-bin$(BIN_SUFFIX) endif -GARBAGE += $(addprefix $(FINAL_TARGET)/defaults/pref/, firefox.js) +GARBAGE += $(addprefix $(FINAL_TARGET)/defaults/pref/, iceweasel.js) endif diff --git a/app/moz.build b/app/moz.build index 4da7a33..7b25216 100644 --- a/app/moz.build +++ b/app/moz.build @@ -9,7 +9,7 @@ DIRS += ['profile/extensions'] GeckoProgram(CONFIG['MOZ_APP_NAME']) JS_PREFERENCE_PP_FILES += [ - 'profile/firefox.js', + 'profile/iceweasel.js', ] SOURCES += [ diff --git a/app/profile/firefox.js b/app/profile/iceweasel.js index b62e603..b62e603 100644 --- a/app/profile/firefox.js +++ b/app/profile/iceweasel.js diff --git a/installer/package-manifest.in b/installer/package-manifest.in index a4f4d99..dc69f04 100644 --- a/installer/package-manifest.in +++ b/installer/package-manifest.in @@ -604,7 +604,7 @@ ; [Default Preferences] ; All the pref files must be part of base to prevent migration bugs -@RESPATH@/browser/@PREF_DIR@/firefox.js +@RESPATH@/browser/@PREF_DIR@/iceweasel.js @RESPATH@/browser/@PREF_DIR@/iceweasel-branding.js @RESPATH@/greprefs.js @RESPATH@/defaults/autoconfig/prefcalls.js |