From 9d7bc3f4c7beea154e5c6269e45f29e6865c5cd1 Mon Sep 17 00:00:00 2001 From: "Alan J. Wylie" Date: Mon, 13 Jun 2005 12:39:25 +0000 Subject: [PATCH] alanw: netperf - install *both* man pages (apologies for the incremental nature of these last three patches) [2005053116145929883] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@6111 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/avm/netperf/netperf.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package/avm/netperf/netperf.conf b/package/avm/netperf/netperf.conf index e0a0d9a6a..7a28cd4e4 100644 --- a/package/avm/netperf/netperf.conf +++ b/package/avm/netperf/netperf.conf @@ -30,7 +30,10 @@ postdoc_netperf() mkdir -p $docdir cp -v netperf.ps $docdir mkdir -p $mandir/man1 - cp -v netperf.man $mandir/man1/netperf.1 + for f in netperf netserver + do + cp -v $f.man $mandir/man1/$f.1 + done fi }