소스 검색

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

Ralf S. Engelschall 24 년 전
부모
커밋
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}" \