]> git.pld-linux.org Git - packages/groff.git/commitdiff
- one more install-info fix
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 21 Jul 2004 12:54:48 +0000 (12:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    groff-DESTDIR.patch -> 1.11

groff-DESTDIR.patch

index 708fd641470c6343166934179f1983d7a8e0c3fa..9177e435b13826f171a2b218737265ea0f0a045b 100644 (file)
@@ -240,7 +240,7 @@ diff -Nru groff-1.19.orig/contrib/pic2graph/Makefile.sub groff-1.19/contrib/pic2
          done
 -      $(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/groff
 -      -test -d $(docdir) || $(mkinstalldirs) $(docdir)
-+      $(INSTALL_INFO) --info-dir=$(infodir) $(DESTDIR)$(infodir)/groff.info
++      $(INSTALL_INFO) --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/groff.info
 +      -test -d $(DESTDIR)$(docdir) || $(mkinstalldirs) $(DESTDIR)$(docdir)
        for f in $(DOCFILES); do \
 -        rm -f $(docdir)/$$f; \
This page took 0.031327 seconds and 4 git commands to generate.