Просмотр исходного кода

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

Ralf S. Engelschall 24 лет назад
Родитель
Сommit
eb609723bf
1 измененных файлов с 1 добавлено и 0 удалено
  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}" \