Use parentheses in %make_* macros

This commit is contained in:
Jitka Plesnikova 2020-02-06 08:53:44 +01:00
parent 475d3de01f
commit 8f8e46dcb0

View File

@ -39,12 +39,11 @@ distribution from MIT.
chmod -c a-x examples/*.pl
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1 \
NO_PERLLOCAL=1
%make_build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1 NO_PERLLOCAL=1
%{make_build}
%install
%make_install
%{make_install}
find %{buildroot} -type f -name '*.bs' -empty -delete
%{_fixperms} %{buildroot}/*