Pārlūkot izejas kodu

fix installation under Solaris

Ralf S. Engelschall 24 gadi atpakaļ
vecāks
revīzija
4992149fec
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      ispell/ispell.spec

+ 2 - 1
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 \