Luca Olivetti wrote:

# Do what the regular make install does
%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



Beware (again) of line wrap, each of these lines begins with '%', so if it's something else, you have to put it at the end of the previous line.


Luca,

  You were correct. The were 2 lines that wrapped. I fixed that, and it
now compiles without error.

Thanks!!!

S






Reply via email to