Make the build non-interactive
This commit is contained in:
parent
d3b5c39a10
commit
de4527b784
@ -69,7 +69,7 @@ for F in t/*.t; do
|
||||
done
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1 NO_PERLLOCAL=1 </dev/null
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user