The branch, 2.0.x, has been updated. - Log -----------------------------------------------------------------
commit 215042720c04e430807b044ef89ff87c3e393ba9 Author: Pavel Sanda <sa...@lyx.org> Date: Fri Feb 22 14:33:56 2013 -0800 Fix broken installation (typo, already fixed in 1e44661fa04896036d9). https://bugs.gentoo.org/show_bug.cgi?id=458692 diff --git a/lib/Makefile.am b/lib/Makefile.am index 423fa61..f00fa73 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -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 ----------------------------------------------------------------------- Summary of changes: lib/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- The LyX Source Repository