]> git.pld-linux.org Git - packages/console-tools.git/blame - console-tools-man_compat.patch
- fixed installing kbd-compat man pages.
[packages/console-tools.git] / console-tools-man_compat.patch
CommitLineData
9ec32b14 1--- compat/Makefile.in~ Mon Jul 19 22:07:13 1999
2+++ compat/Makefile.in Thu Jul 22 18:38:01 1999
3@@ -291,7 +291,7 @@
4 :
5 do-install-man-compat:
6 for f in $(bin_SCRIPTS); do \
7- ln -sf kbd-compat.8 $(mandir)/man8/$$f.8 ; \
8+ echo .so kbd-compat.8 > $(DESTDIR)$(mandir)/man8/$$f.8 ; \
9 done
10
11 # uninstall
This page took 0.079574 seconds and 4 git commands to generate.