Browse Source

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

master
parent
commit
eb609723bf
  1. 1
      nntpcache/nntpcache.spec

1
nntpcache/nntpcache.spec vendored

@ -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}" \

Loading…
Cancel
Save