]> git.pld-linux.org Git - packages/net-tools.git/blame - net-tools-mandir.patch
- upgrade to 1.53
[packages/net-tools.git] / net-tools-mandir.patch
CommitLineData
8dde5bff 1diff -Nru net-tools-1.52/man/Makefile net-tools-1.52.new/man/Makefile
2--- net-tools-1.52/man/Makefile Wed Apr 21 19:48:54 1999
3+++ net-tools-1.52.new/man/Makefile Fri Jun 4 22:19:49 1999
4@@ -23,6 +23,7 @@
5 #
6
7 INSTALL=install
8+mandir=/usr/man
9
10 -include ../config.make
11 ifeq ($(I18N),1)
12@@ -45,9 +46,9 @@
13 cd $$LANG; \
14 for SECTION in 1 5 8; do \
15 if [ "$$LANG" = "en_US" ] ; then \
16- MAN_DIR=${BASEDIR}/usr/man/man$$SECTION; \
17+ MAN_DIR=${BASEDIR}$(mandir)/man$$SECTION; \
18 else \
19- MAN_DIR=${BASEDIR}/usr/man/$$LANG/man$$SECTION; \
20+ MAN_DIR=${BASEDIR}$(mandir)/$$LANG/man$$SECTION; \
21 fi ; \
22 CMDS=`ls *.$$SECTION`; \
23 [ -z "$$CMDS" ] && continue; \
This page took 0.057723 seconds and 4 git commands to generate.