Fix broken installation (typo, already fixed in 1e44661fa0).

https://bugs.gentoo.org/show_bug.cgi?id=458692
This commit is contained in:
Pavel Sanda 2013-02-22 14:33:56 -08:00
parent 46aa8f32ec
commit 215042720c

View File

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