Bug 285757 - Builds with official branding use wrong version of browserconfig.properties (regression from bug 282057) r=mconnor

git-svn-id: svn://10.0.0.236/trunk@170627 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bsmedberg%covad.net
2005-03-14 14:34:12 +00:00
parent e231265c80
commit 466bcaa037

View File

@@ -56,8 +56,10 @@ ifneq (,$(filter windows gtk2, $(MOZ_WIDGET_TOOLKIT)))
DEFINES += -DHAVE_SHELL_SERVICE=1
endif
ifndef MOZ_USE_OFFICIAL_BRANDING
libs locale::
$(INSTALL) $(srcdir)/content/browserconfig.properties $(DIST)/bin
install::
$(INSTALL) $(srcdir)/content/browserconfig.properties $(DESTDIR)$(mozappdir)
endif