- 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.
This commit is contained in:
parent
37256e9614
commit
f97c8b7b27
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user