LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   BLFS 8.1: OpenSP places man pages in usr/man (https://www.linuxquestions.org/questions/linux-from-scratch-13/blfs-8-1-opensp-places-man-pages-in-usr-man-4175623261/)

jr_bob_dobbs 02-07-2018 10:34 AM

BLFS 8.1: OpenSP places man pages in usr/man
 
BLFS 8.1

So in setting up a destdir install script based on the book's directions, I discovered that make install for the OpenSP package places the man pages like this:
Code:

usr/man/man1/onsgmls.1
usr/man/man1/osgmlnorm.1
usr/man/man1/ospam.1
usr/man/man1/ospcat.1
usr/man/man1/ospent.1
usr/man/man1/osx.1

Has anyone else noticed this?

I added the following parameter to my ./configure line:
Code:

--mandir=/usr/share/man
and that seems to have worked to place them where the book expects them.

Keith Hedger 02-13-2018 07:23 PM

a number of older progs place the manpages in /usr/man instead of /usr/share/man, for a number of years now i have just symlinked the two together its easier


All times are GMT -5. The time now is 05:32 PM.