Closed GoogleCodeExporter closed 9 years ago
FHS is a big pile of poop. I'll save you from the rant ;)
Additionally. not all platforms use FHS. FreeBSD, for example, sets PREFIX to
/usr/local in ports by default and has manpages as /usr/local/man - this fits
PREFIX/man.
Since you can't make a default that makes all platforms happy (without
detection for
each platform), you can chose where to install the manpages and other things
with
make(1) variables.
To fix, you should be able to set this when you run 'make':
make install INSTALLMAN=/whatever/prefix/share/man
Basically, covering your 'make install' needs shouldn't require any patches.
Let me
know if the INSTALLMAN stuff works for you.
Original comment by jls.semi...@gmail.com
on 16 Apr 2010 at 7:59
Yes, that works fine. Feel free to close if you don't want to change the
sources.
Original comment by ryandesi...@gmail.com
on 22 Apr 2010 at 8:55
Cool. Thanks for verifying :)
Original comment by jls.semi...@gmail.com
on 22 Apr 2010 at 9:22
Original issue reported on code.google.com by
ryandesi...@gmail.com
on 16 Apr 2010 at 7:46