Use parentheses in %make_* macros

This commit is contained in:
Jitka Plesnikova 2020-02-06 08:49:31 +01:00
parent a37f0d7da0
commit 78a2086c51

View File

@ -51,10 +51,10 @@ find . -type f | xargs chmod -x
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" \
NO_PACKLIST=1 NO_PERLLOCAL=1
%make_build
%{make_build}
%install
%make_install
%{make_install}
find %{buildroot} -type f -name '*.bs' -empty -delete
%{_fixperms} %{buildroot}/*