Put default.xpm in proper directory when using 'make install'

Bug #314927 r=bsmedberg
This commit is contained in:
cls%seawood.org 2005-11-11 01:18:45 +00:00
Родитель 9d8459e516
Коммит fdbb6549d0
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -267,7 +267,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::