Not sure who originally wrote this. The attribution on the previous
message is ambiguous.
> >Maybe it's possible that the new perl doesn't need a PREFIX at all once
> >you specified a DESTDIR, otherwise your patch shouldn't work
> >Probably the correct thing to do is:
> >
> >%if %mdk92
> >%{__make} install DESTDIR=%{buildroot} mandir=%{_mandir}
> >%{__make} -C man install DESTDIR=%{buildroot} mandir=%{_mandir}
> >%else
> >%{__make} install DESTDIR=%{buildroot} PREFIX=%{buildroot}%{_prefix}
> >mandir=%{_mandir}
> >%{__make} -C man install DESTDIR=%{buildroot}
> >PREFIX=%{buildroot}%{_prefix} mandir=%{_mandir}
> >%endif
After some experimentation and working against changing perl versions...
the definitive answer is for 9.2 would be:
%makeinstall_std
You shouldn't have to set the mandir... but if you still think you need
to you can do:
%makeinstall_std
More thank likely this will work:
%makeinstall_std
%makeinstall_std -C man
Untested...
--
Ben Reser <[EMAIL PROTECTED]>
http://ben.reser.org
"What upsets me is not that you lied to me, but that from now on I can
no longer believe you." -- Nietzsche