Commit e6021537 authored by bzbarsky%mit.edu's avatar bzbarsky%mit.edu
Browse files

Install browserconfig.properties as a file, not a symlink, Bug 305946, patch

by Hanspeter <niederstrasser@gmail.com>, r=bsmedberg
parent bdf58388
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ libs locale::
	$(INSTALL) $(srcdir)/content/browserconfig.properties $(DIST)/bin

install::
	$(INSTALL) $(srcdir)/content/browserconfig.properties $(DESTDIR)$(mozappdir)
	$(SYSINSTALL) $(srcdir)/content/browserconfig.properties $(DESTDIR)$(mozappdir)
endif

ifneq (,$(filter windows mac cocoa, $(MOZ_WIDGET_TOOLKIT)))