mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
fix typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40904 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4f6579e9d3
commit
1e44661fa0
@ -1665,6 +1665,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 $(scriptdir)/*.py listerrors ; do \
|
||||
$(CHMOD) 755 $(DESTDIR)$(pkgdatadir)/$$i; \
|
||||
for i in $(scriptsdir)/*.py $(scriptsdir)/listerrors ; do \
|
||||
$(CHMOD) 755 $(DESTDIR)/$$i; \
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user