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

by Hanspeter <niederstrasser@gmail.com>, r=bsmedberg
This commit is contained in:
bzbarsky%mit.edu 2005-08-31 20:03:40 +00:00
Родитель 16f4bacbd6
Коммит 422e7b55f3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)))