forked from mirrors/gecko-dev
Bustage fix for the patch from bug 350453, r=bsmedberg
This commit is contained in:
parent
cc994edd23
commit
ead6fe5a63
1 changed files with 1 additions and 0 deletions
|
|
@ -308,6 +308,7 @@ endif
|
||||||
export::
|
export::
|
||||||
ifndef MOZ_BRANDING_DIRECTORY
|
ifndef MOZ_BRANDING_DIRECTORY
|
||||||
$(NSINSTALL) -D $(DIST)/branding
|
$(NSINSTALL) -D $(DIST)/branding
|
||||||
|
$(NSINSTALL) -D $(DIST)/bin/defaults/pref
|
||||||
cp $(srcdir)/firefox-branding.js $(DIST)/bin/defaults/pref/firefox-branding.js
|
cp $(srcdir)/firefox-branding.js $(DIST)/bin/defaults/pref/firefox-branding.js
|
||||||
ifeq ($(OS_ARCH),WINNT)
|
ifeq ($(OS_ARCH),WINNT)
|
||||||
cp $(srcdir)/firefox.ico $(DIST)/branding/firefox.ico
|
cp $(srcdir)/firefox.ico $(DIST)/branding/firefox.ico
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue