Jean-Marc Lasgouttes wrote:
> That would make sense indeed. Could you try it out since you seem to have 
> the right setting?

This patch seems to fix the issue. Will commit once we we lift freeze from 
master.
Pavel
diff --git a/lib/Makefile.am b/lib/Makefile.am
index d0127a6..edfc854 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -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

Reply via email to