Am Samstag, 10. März 2012 um 13:29:19, schrieb Georg Baum <georg.b...@post.rwth-aachen.de> > Kornel Benko wrote: > > >> --- lyx-devel/trunk/lib/Makefile.am Sat Mar 10 11:46:14 2012 > (r40901) > >> +++ lyx-devel/trunk/lib/Makefile.am Sat Mar 10 12:03:44 2012 > (r40902) > >> @@ -1665,6 +1665,6 @@ > >> > >> install-data-hook: > >> $(CHMOD) 755 $(DESTDIR)$(pkgdatadir)/configure.py > >> - for i in $(scriptdir)/*.py ; do \ > >> + for i in $(scriptdir)/*.py listerrors ; do \ > >> $(CHMOD) 755 $(DESTDIR)$(pkgdatadir)/$$i; \ > >> done > > > > > > Why is this needed? > > Because listerrors is a script like all the .py files. I don't know why the > automake mechanism is not used, the comments indicate problems with automake > 1.11.2. > > > Georg >
My mistake (bad question). I wanted to know why 755 is needed for the .py files, since we are calling them explicitly with python. Nonetheless I changed it for cmake too. Kornel
signature.asc
Description: This is a digitally signed message part.