From b2cde12e01726b676ca1670263768a4b9a89a3c8 Mon Sep 17 00:00:00 2001 From: ankry Date: Wed, 7 Nov 2001 02:48:35 +0000 Subject: [PATCH] 3cdf131977896534763ec6f453b24ce2 dpkg-no_man_section.patch Changed files: dpkg-no_man_section.patch -> 1.1 --- dpkg-no_man_section.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dpkg-no_man_section.patch 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) -- 2.44.0