зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
85c9b55d63
Коммит
d53dab0c1d
|
@ -258,7 +258,7 @@ libs::
|
|||
$(INSTALL) $(DIST)/branding/default.xpm $(DIST)/bin/chrome/icons/default
|
||||
|
||||
install::
|
||||
$(SYSINSTALL) $(IFLAGS1) $(DIST)/branding/default.xpm $(DESTDIR)$(mozappdir)/icons
|
||||
$(SYSINSTALL) $(IFLAGS1) $(DIST)/branding/default.xpm $(DESTDIR)$(mozappdir)/chrome/icons/default
|
||||
endif
|
||||
|
||||
export::
|
||||
|
|
|
@ -233,7 +233,7 @@ libs::
|
|||
$(INSTALL) $(DIST)/branding/default.xpm $(DIST)/bin/chrome/icons/default
|
||||
|
||||
install::
|
||||
$(SYSINSTALL) $(IFLAGS1) $(DIST)/branding/default.xpm $(DESTDIR)$(mozappdir)/icons
|
||||
$(SYSINSTALL) $(IFLAGS1) $(DIST)/branding/default.xpm $(DESTDIR)$(mozappdir)/chrome/icons/default
|
||||
endif
|
||||
|
||||
export::
|
||||
|
|
|
@ -224,7 +224,7 @@ libs::
|
|||
$(INSTALL) $(DIST)/branding/default.xpm $(DIST)/bin/chrome/icons/default
|
||||
|
||||
install::
|
||||
$(SYSINSTALL) $(IFLAGS1) $(DIST)/branding/default.xpm $(DESTDIR)$(mozappdir)/icons
|
||||
$(SYSINSTALL) $(IFLAGS1) $(DIST)/branding/default.xpm $(DESTDIR)$(mozappdir)/chrome/icons/default
|
||||
endif
|
||||
|
||||
# XXX applications would need to supply this file
|
||||
|
|
Загрузка…
Ссылка в новой задаче