mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix broken installation (typo, already fixed in 1e44661fa0
).
https://bugs.gentoo.org/show_bug.cgi?id=458692
This commit is contained in:
parent
46aa8f32ec
commit
215042720c
@ -1635,6 +1635,6 @@ dist_ui_DATA = \
|
||||
|
||||
install-data-hook:
|
||||
$(CHMOD) 755 $(DESTDIR)$(pkgdatadir)/configure.py
|
||||
for i in $(scriptdir)/*.py ; do \
|
||||
for i in $(scriptsdir)/*.py ; do \
|
||||
$(CHMOD) 755 $(DESTDIR)$(pkgdatadir)/$$i; \
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user