Bug 491799 mozicon128.png not copied during Thunderbird build. r=mkmelin

This commit is contained in:
Mark Banner 2009-05-08 10:33:19 +01:00
Родитель e0529ba690
Коммит 54c222872b
2 изменённых файлов: 7 добавлений и 0 удалений

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

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