modula2: Pass --destdir for dir index during install of m2.info.
This patch adds DESTDIR to the infodir when installing m2.info. gcc/m2/ChangeLog * Make-lang.in (m2.install-info): Pass --destdir for dir index. Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>
This commit is contained in:
parent
85f7828679
commit
232a86f964
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ m2.install-info: installdirs
|
|||
else true; fi
|
||||
-if [ -f gm2$(exeext) ] && [ -f $(DESTDIR)$(infodir)/m2.info ]; then \
|
||||
if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
|
||||
install-info --dir-file=$(infodir)/dir $(DESTDIR)$(infodir)/m2.info; \
|
||||
install-info --dir-file=$(DESTDIR)$(infodir)/dir $(DESTDIR)$(infodir)/m2.info; \
|
||||
else true; fi; \
|
||||
else true; fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue