]> git.pld-linux.org Git - packages/dpkg.git/commitdiff
3cdf131977896534763ec6f453b24ce2 dpkg-no_man_section.patch
authorankry <ankry@pld-linux.org>
Wed, 7 Nov 2001 02:48:35 +0000 (02:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dpkg-no_man_section.patch -> 1.1

dpkg-no_man_section.patch [new file with mode: 0644]

diff --git a/dpkg-no_man_section.patch b/dpkg-no_man_section.patch
new file mode 100644 (file)
index 0000000..7cbec34
--- /dev/null
@@ -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)
This page took 0.075948 seconds and 4 git commands to generate.