Fixed a problem with installing, for IRIX 'install', paths would

be wrong and install would fail.
parent 7e543b4d
......@@ -16,7 +16,7 @@ install-data-local:
$(DESTDIR)$(pkgdatadir)/$$lang/errmsg.txt; \
done
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/charsets
(for f in Index README "*.conf"; \
(cd $(srcdir)/charsets; for f in Index README "*.conf"; \
do \
$(INSTALL_DATA) $(srcdir)/charsets/$$f $(DESTDIR)$(pkgdatadir)/charsets/; \
$(INSTALL_DATA) $$f $(DESTDIR)$(pkgdatadir)/charsets/; \
done)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment