Browse Source

fix installation under Solaris

master
parent
commit
4992149fec
  1. 3
      ispell/ispell.spec

3
ispell/ispell.spec

@ -44,7 +44,7 @@ Patch0: ispell.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 0.9-20011025.0, bison
BuildPreReq: OpenPKG, openpkg >= 0.9-20011025.0, make, bison
PreReq: OpenPKG, openpkg >= 0.9-20011025.0
AutoReq: no
AutoReqProv: no
@ -101,6 +101,7 @@ AutoReqProv: no
%install
rm -rf $RPM_BUILD_ROOT
PATH="%{l_prefix}/bin:$PATH"; export PATH
%{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/bin \
$RPM_BUILD_ROOT%{l_prefix}/man \

Loading…
Cancel
Save