Ralf S. Engelschall 24 years ago
parent
commit
893c35bb66
1 changed files with 2 additions and 0 deletions
  1. 2 0
      wml/wml.spec

+ 2 - 0
wml/wml.spec

@@ -63,6 +63,7 @@ AutoReqProv:  no
     %setup -q 
 
 %build
+    PATH="%{l_prefix}/bin:$PATH"; export PATH
     CC="%{l_cc}" \
     CFLAGS="%{l_cflags -O}" \
     ./configure \
@@ -72,6 +73,7 @@ AutoReqProv:  no
 
 %install
     rm -rf $RPM_BUILD_ROOT
+    PATH="%{l_prefix}/bin:$PATH"; export PATH
     %{l_make} %{l_mflags} install prefix=$RPM_BUILD_ROOT%{l_prefix}
     %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}