From f97c8b7b27e8c0f0cc6a48e70415afda68f1137b Mon Sep 17 00:00:00 2001 From: Bryce Denney Date: Thu, 6 Dec 2001 04:03:34 +0000 Subject: [PATCH] - install man pages in /usr/man/man1, not /usr/bochs/man/man1. Putting them under /usr/bochs was just a hack so that I didn't have to list the individual man pages in the file list. But nobody would find the man pages in /usr/bochs/man unless they changed their manpath. --- bochs/build/redhat/bochs.rpmspec.template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bochs/build/redhat/bochs.rpmspec.template b/bochs/build/redhat/bochs.rpmspec.template index e4ebf0c39..f6b7b68a9 100644 --- a/bochs/build/redhat/bochs.rpmspec.template +++ b/bochs/build/redhat/bochs.rpmspec.template @@ -18,7 +18,7 @@ and other OS's, all on your workstation. tar xzvf $RPM_SOURCE_DIR/bochs.tar.gz %build cd $RPM_BUILD_DIR/bochs - CONFIGURE_ARGS="--prefix=/usr --mandir=/usr/bochs/man" + CONFIGURE_ARGS="--prefix=/usr --mandir=/usr/man" export CONFIGURE_ARGS sh .conf.linux make @@ -38,7 +38,8 @@ and other OS's, all on your workstation. /usr/bochs/@SEDVERSION@ /usr/bochs/dlxlinux /usr/bochs/latest - /usr/bochs/man/man1/* + /usr/man/man1/bochs* + /usr/man/man1/bximage* %clean rm -rf $RPM_BUILD_DIR/bochs %post