]> git.lyx.org Git - features.git/commitdiff
Revert commit 215042720c04.
authorPavel Sanda <sanda@lyx.org>
Sat, 23 Feb 2013 00:13:12 +0000 (16:13 -0800)
committerPavel Sanda <sanda@lyx.org>
Sat, 23 Feb 2013 00:13:12 +0000 (16:13 -0800)
Breaks elsewhere.

lib/Makefile.am

index f00fa730833ac494a87d3b59dbae10afb0988a42..423fa618139f43d93c2ffd93d8c0754c197a57c0 100644 (file)
@@ -1635,6 +1635,6 @@ dist_ui_DATA = \
 
 install-data-hook:
        $(CHMOD) 755 $(DESTDIR)$(pkgdatadir)/configure.py
-       for i in $(scriptsdir)/*.py ; do \
+       for i in $(scriptdir)/*.py ; do \
                $(CHMOD) 755 $(DESTDIR)$(pkgdatadir)/$$i; \
        done