Kornel Benko wrote:
> 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.
If somebody wants to call them in his own script. I also believe that some
linux distros have polic
Am Samstag, 10. März 2012 um 13:29:19, schrieb Georg Baum
> Kornel Benko wrote:
>
> >> --- lyx-devel/trunk/lib/Makefile.amSat Mar 10 11:46:14 2012
> (r40901)
> >> +++ lyx-devel/trunk/lib/Makefile.amSat Mar 10 12:03:44 2012
> (r40902)
> >> @@ -1665,6 +1665,6 @@
> >>
> >> install-d
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
>> -
Am Samstag, 10. März 2012 um 12:03:44, schrieb b...@lyx.org
> Author: baum
> Date: Sat Mar 10 12:03:44 2012
> New Revision: 40902
> URL: http://www.lyx.org/trac/changeset/40902
>
> Log:
> fix file permissions of lib/scripts/listerrors
>
> Modified:
>lyx-devel/trunk/lib/Makefile.am
>
> Modified: