summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/Makefile.in2
-rw-r--r--app/moz.build2
-rw-r--r--app/profile/iceweasel.js (renamed from app/profile/firefox.js)0
-rw-r--r--installer/package-manifest.in2
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