mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Forgot that in r40669.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40670 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c31bf2d2ab
commit
99c8eecaf9
@ -1655,6 +1655,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 $(dist_scripts_PYTHON); do \
|
||||
for i in $(scriptdir)/*.py ; do \
|
||||
$(CHMOD) 755 $(DESTDIR)$(pkgdatadir)/$$i; \
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user