From: Pavel Sanda Date: Fri, 22 Feb 2013 22:33:56 +0000 (-0800) Subject: Fix broken installation (typo, already fixed in 1e44661fa04896036d9). X-Git-Tag: 2.0.6~86 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=215042720c04;p=features.git 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 423fa61813..f00fa73083 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