From: ankry Date: Wed, 7 Nov 2001 02:48:35 +0000 (+0000) Subject: 3cdf131977896534763ec6f453b24ce2 dpkg-no_man_section.patch X-Git-Tag: auto/ac/dpkg-1_6_15-4~13 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=b2cde12e01726b676ca1670263768a4b9a89a3c8;p=packages%2Fdpkg.git 3cdf131977896534763ec6f453b24ce2 dpkg-no_man_section.patch Changed files: dpkg-no_man_section.patch -> 1.1 --- diff --git a/dpkg-no_man_section.patch b/dpkg-no_man_section.patch new file mode 100644 index 0000000..7cbec34 --- /dev/null +++ b/dpkg-no_man_section.patch @@ -0,0 +1,11 @@ +--- scripts/Makefile.in.old Sun Nov 4 17:54:04 2001 ++++ scripts/Makefile.in Sun Nov 4 17:54:09 2001 +@@ -84,7 +84,7 @@ + $(INSTALL_DATA) $$d$$i $(DESTDIR)/$(man1dir) ; \ + done + set -e ; for i in $(MAN_SOURCE_ALIASES) ; do \ +- echo ".so man1/dpkg-source.1" > $(DESTDIR)$(man1dir)/$$i ; \ ++ echo ".so dpkg-source.1" > $(DESTDIR)$(man1dir)/$$i ; \ + chmod 644 $(DESTDIR)$(man1dir)/$$i ; \ + done + $(mkinstalldirs) $(DESTDIR)/$(man8dir)