Use parentheses in %make_* macros

This commit is contained in:
Jitka Plesnikova 2020-02-06 08:51:08 +01:00
parent d9af61a3f6
commit 430e3d5bce

View File

@ -99,10 +99,10 @@ sed -i -e '/^inc\// d' MANIFEST
%build
CFLAGS="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
%make_build OPTIMIZE="%{optflags}"
%{make_build} OPTIMIZE="%{optflags}"
%install
%make_install
%{make_install}
find %{buildroot} -type f -name '*.bs' -size 0 -delete
%{_fixperms} %{buildroot}/*