mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Fix make install phase.
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg183199.html
This commit is contained in:
parent
03830ba245
commit
eebbbf8555
@ -2207,6 +2207,6 @@ dist_noinst_DATA += lyx.desktop.in images/lyx.svg images/lyx.png
|
||||
|
||||
install-data-hook:
|
||||
$(CHMOD) 755 $(DESTDIR)$(pkgdatadir)/configure.py
|
||||
for i in $(scriptsdir)/*.py $(scriptsdir)/listerrors ; do \
|
||||
$(CHMOD) 755 $(DESTDIR)/$$i; \
|
||||
for i in $(DESTDIR)$(scriptsdir)/*.py $(DESTDIR)$(scriptsdir)/listerrors ; do \
|
||||
$(CHMOD) 755 $$i; \
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user