Bug 491799 mozicon128.png not copied during Thunderbird build. r=mkmelin
This commit is contained in:
Родитель
e0529ba690
Коммит
54c222872b
|
@ -330,9 +330,15 @@ ICON_FILES = \
|
|||
|
||||
libs::
|
||||
$(INSTALL) $(IFLAGS1) $(ICON_FILES) $(DIST)/bin/icons
|
||||
if test -e $(DIST)/branding/mozicon128.png; then \
|
||||
$(INSTALL) $(IFLAGS1) $(DIST)/branding/mozicon128.png $(DIST)/bin/icons; \
|
||||
fi;
|
||||
|
||||
install::
|
||||
$(SYSINSTALL) $(IFLAGS1) $(ICON_FILES) $(DESTDIR)$(mozappdir)/icons
|
||||
if test -e $(DIST)/branding/mozicon128.png; then \
|
||||
$(SYSINSTALL) $(IFLAGS1) $(DIST)/branding/mozicon128.png $(DESTDIR)$(mozappdir)/icons; \
|
||||
fi;
|
||||
endif
|
||||
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),photon)
|
||||
|
|
|
@ -38,6 +38,7 @@ endif
|
|||
ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2)
|
||||
cp $(srcdir)/mozicon16.xpm $(DIST)/branding/mozicon16.xpm
|
||||
cp $(srcdir)/mozicon50.xpm $(DIST)/branding/mozicon50.xpm
|
||||
cp $(srcdir)/mozicon128.png $(DIST)/branding/mozicon128.png
|
||||
cp $(srcdir)/default.xpm $(DIST)/branding/default.xpm
|
||||
endif
|
||||
ifeq ($(OS_ARCH),OS2)
|
||||
|
|
Загрузка…
Ссылка в новой задаче