Bug 418601 icons and documentation files (LICENSE and README.txt) should not be installed as executable on linux Patch from Martin Stransky <stransky@redhat.com> r=bsmedberg a=damons

This commit is contained in:
caillon@redhat.com 2008-02-25 21:19:59 -08:00
Родитель af0d2d7b0f
Коммит 02f9294592
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -219,7 +219,7 @@ ICON_FILES = \
$(NULL)
libs:: $(ICON_FILES)
$(INSTALL) $^ $(DIST)/bin/icons
$(SYSINSTALL) $^ $(DIST)/bin/icons
install::
$(SYSINSTALL) $(IFLAGS1) $(ICON_FILES) $(DESTDIR)$(mozappdir)/icons
@ -288,5 +288,5 @@ endif
README_FILE = $(topsrcdir)/README.txt
libs::
$(INSTALL) $(README_FILE) $(DIST)/bin
$(INSTALL) $(topsrcdir)/LICENSE $(DIST)/bin
$(SYSINSTALL) $(README_FILE) $(DIST)/bin
$(SYSINSTALL) $(topsrcdir)/LICENSE $(DIST)/bin