During "make install" the directory lyx/xfonts will be created. Depending on the umask value of the executing user (e.g. root), permissions may be set to something different as they should be (755). Therefore I would propose the following change:

Index: lib/Makefile.am
===================================================================
RCS file: /cvs/lyx/lyx-devel/lib/Makefile.am,v
retrieving revision 1.50
diff -r1.50 Makefile.am
55a56
> $(CHMOD) 755 $(DESTDIR)$(pkgdatadir)/xfonts ; \


Regards,
Richard

Reply via email to