]> git.pld-linux.org Git - packages/texinfo.git/blob - texinfo-DESTDIR.patch
- release 1.
[packages/texinfo.git] / texinfo-DESTDIR.patch
1 --- texinfo-3.12h.old/doc/Makefile.am   Wed Mar 31 20:55:21 1999
2 +++ texinfo-3.12h/doc/Makefile.am       Thu Jul  1 13:26:48 1999
3 @@ -65,21 +65,21 @@
4  # Similarly, Do not try to install the info files from $(srcdir).
5  install-info-am: $(INFO_DEPS)
6         @$(NORMAL_INSTALL)
7 -       $(mkinstalldirs) $(infodir)
8 +       $(mkinstalldirs) $(DESTDIR)$(infodir)
9         @for file in $(INFO_DEPS); do \
10           d=.; \
11           for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
12             if test -f $$d/$$ifile; then \
13 -             echo " $(INSTALL_DATA) $$d/$$ifile $(infodir)/$$ifile"; \
14 -             $(INSTALL_DATA) $$d/$$ifile $(infodir)/$$ifile; \
15 +             echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
16 +             $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \
17             else : ; fi; \
18           done; \
19         done
20         @$(POST_INSTALL)
21         @if $(SHELL) -c '$(INSTALL_INFO) --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
22           for file in $(INFO_DEPS); do \
23 -           echo " $(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/$$file";\
24 -           $(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/$$file || :;\
25 +           echo " $(INSTALL_INFO) --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
26 +           $(INSTALL_INFO) --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
27           done; \
28         else : ; fi
29  
This page took 0.072517 seconds and 3 git commands to generate.