Fixed a problem with installing, for IRIX 'install', paths would
be wrong and install would fail.
This commit is contained in:
parent
7e543b4d4b
commit
e6c278bef7
@ -16,7 +16,7 @@ install-data-local:
|
|||||||
$(DESTDIR)$(pkgdatadir)/$$lang/errmsg.txt; \
|
$(DESTDIR)$(pkgdatadir)/$$lang/errmsg.txt; \
|
||||||
done
|
done
|
||||||
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/charsets
|
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/charsets
|
||||||
(for f in Index README "*.conf"; \
|
(cd $(srcdir)/charsets; for f in Index README "*.conf"; \
|
||||||
do \
|
do \
|
||||||
$(INSTALL_DATA) $(srcdir)/charsets/$$f $(DESTDIR)$(pkgdatadir)/charsets/; \
|
$(INSTALL_DATA) $$f $(DESTDIR)$(pkgdatadir)/charsets/; \
|
||||||
done)
|
done)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user