mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 07:34:20 +00:00
Better bustage fix for the patch from bug 350453, r=bsmedberg
This commit is contained in:
parent
6d112f0859
commit
cd4c3e6023
@ -51,6 +51,10 @@ PREF_JS_EXPORTS = $(srcdir)/profile/firefox.js \
|
||||
$(srcdir)/profile/channel-prefs.js \
|
||||
$(NULL)
|
||||
|
||||
ifndef MOZ_BRANDING_DIRECTORY
|
||||
PREF_JS_EXPORTS += $(srcdir)/firefox-branding.js
|
||||
endif
|
||||
|
||||
# hardcode en-US for the moment
|
||||
AB_CD = en-US
|
||||
|
||||
@ -308,8 +312,6 @@ endif
|
||||
export::
|
||||
ifndef MOZ_BRANDING_DIRECTORY
|
||||
$(NSINSTALL) -D $(DIST)/branding
|
||||
$(NSINSTALL) -D $(DIST)/bin/defaults/pref
|
||||
cp $(srcdir)/firefox-branding.js $(DIST)/bin/defaults/pref/firefox-branding.js
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
cp $(srcdir)/firefox.ico $(DIST)/branding/firefox.ico
|
||||
cp $(srcdir)/firefox.ico $(DIST)/branding/app.ico
|
||||
|
Loading…
x
Reference in New Issue
Block a user