Bug 314927: make install does not put default.xpm into $(DESTDIR)$(mozappdir)/chrome/icons/default, patch by Mike Hommey <mh+mozilla@glandium.org>, r=bsmedberg

This commit is contained in:
gavin%gavinsharp.com 2006-06-24 13:12:43 +00:00
Родитель 85c9b55d63
Коммит d53dab0c1d
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -258,7 +258,7 @@ libs::
$(INSTALL) $(DIST)/branding/default.xpm $(DIST)/bin/chrome/icons/default $(INSTALL) $(DIST)/branding/default.xpm $(DIST)/bin/chrome/icons/default
install:: install::
$(SYSINSTALL) $(IFLAGS1) $(DIST)/branding/default.xpm $(DESTDIR)$(mozappdir)/icons $(SYSINSTALL) $(IFLAGS1) $(DIST)/branding/default.xpm $(DESTDIR)$(mozappdir)/chrome/icons/default
endif endif
export:: export::

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

@ -233,7 +233,7 @@ libs::
$(INSTALL) $(DIST)/branding/default.xpm $(DIST)/bin/chrome/icons/default $(INSTALL) $(DIST)/branding/default.xpm $(DIST)/bin/chrome/icons/default
install:: install::
$(SYSINSTALL) $(IFLAGS1) $(DIST)/branding/default.xpm $(DESTDIR)$(mozappdir)/icons $(SYSINSTALL) $(IFLAGS1) $(DIST)/branding/default.xpm $(DESTDIR)$(mozappdir)/chrome/icons/default
endif endif
export:: export::

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

@ -224,7 +224,7 @@ libs::
$(INSTALL) $(DIST)/branding/default.xpm $(DIST)/bin/chrome/icons/default $(INSTALL) $(DIST)/branding/default.xpm $(DIST)/bin/chrome/icons/default
install:: install::
$(SYSINSTALL) $(IFLAGS1) $(DIST)/branding/default.xpm $(DESTDIR)$(mozappdir)/icons $(SYSINSTALL) $(IFLAGS1) $(DIST)/branding/default.xpm $(DESTDIR)$(mozappdir)/chrome/icons/default
endif endif
# XXX applications would need to supply this file # XXX applications would need to supply this file