]> git.lyx.org Git - features.git/commitdiff
Fix broken installation (typo, already fixed in 1e44661fa04896036d9).
authorPavel Sanda <sanda@lyx.org>
Fri, 22 Feb 2013 22:33:56 +0000 (14:33 -0800)
committerPavel Sanda <sanda@lyx.org>
Fri, 22 Feb 2013 22:38:26 +0000 (14:38 -0800)
https://bugs.gentoo.org/show_bug.cgi?id=458692

lib/Makefile.am

index 423fa618139f43d93c2ffd93d8c0754c197a57c0..f00fa730833ac494a87d3b59dbae10afb0988a42 100644 (file)
@@ -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