]> git.pld-linux.org Git - packages/console-tools.git/commitdiff
- fixed installing kbd-compat man pages.
authorpius <pius@pld-linux.org>
Thu, 22 Jul 1999 17:29:36 +0000 (17:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    console-tools-man_compat.patch -> 1.1

console-tools-man_compat.patch [new file with mode: 0644]

diff --git a/console-tools-man_compat.patch b/console-tools-man_compat.patch
new file mode 100644 (file)
index 0000000..cfcd7f7
--- /dev/null
@@ -0,0 +1,11 @@
+--- compat/Makefile.in~        Mon Jul 19 22:07:13 1999
++++ compat/Makefile.in Thu Jul 22 18:38:01 1999
+@@ -291,7 +291,7 @@
+       :
+ do-install-man-compat:
+       for f in $(bin_SCRIPTS); do \
+-        ln -sf kbd-compat.8 $(mandir)/man8/$$f.8 ; \
++        echo .so kbd-compat.8 > $(DESTDIR)$(mandir)/man8/$$f.8 ; \
+       done
+ # uninstall
This page took 0.094305 seconds and 4 git commands to generate.