mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
571e59c280
commit
c62b2e8ac4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user