Explorar el Código

test -e is not portable enough, so use sufficient test -f

Ralf S. Engelschall hace 24 años
padre
commit
eb609723bf
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      nntpcache/nntpcache.spec

+ 1 - 0
nntpcache/nntpcache.spec

@@ -59,6 +59,7 @@ AutoReqProv:  no
 
 %prep
     %setup -q 
+    %{l_shtool} subst -e 's;test -e;test -f;g' Makefile* */Makefile*
 
 %build
     CC="%{l_cc}" \