From 34add824422bbdd758497aa09d3dd0ced3fd04fe Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Wed, 31 Aug 2005 20:03:40 +0000 Subject: [PATCH] Install browserconfig.properties as a file, not a symlink, Bug 305946, patch by Hanspeter , r=bsmedberg git-svn-id: svn://10.0.0.236/trunk@179415 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/browser/base/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/browser/base/Makefile.in b/mozilla/browser/base/Makefile.in index 5e6eb17cdc7..32f172fb95b 100644 --- a/mozilla/browser/base/Makefile.in +++ b/mozilla/browser/base/Makefile.in @@ -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)))