On Die, 2001-09-18 at 01:24, Lars Gullik Bjønnes wrote:
> [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
>
> | | However, similar references should be written as:
> | |
> | | ${RPM_BUILD_ROOT}%{_mandir}/man?/*
> | |
> | | because on some systems it's /usr/man and on some /usr/share/man
> |
> | but it is not rpm that is deciding this, it is the autotools (or
> | manual configuration).
No. If using %{_mandir} it is rpm which decides.
>
> btw. it seems that on RH 7.1 %{_mandir} is /usr/share/man ... but
> "make install" installes it to /usr/man so it fails...
>
> I guess that %{_prefix}/man must be used in the spec file...
No, pass --mandir=%{_mandir} to configure, instead.
Ralf