Use parentheses in %make_* macros

This commit is contained in:
Jitka Plesnikova 2020-02-06 08:40:34 +01:00
parent 4231ab6846
commit 7bc5eb21e7

View File

@ -51,7 +51,7 @@ perl -pi -e 's|^#!perl\b|#!%{__perl}|' \
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" \
NO_PERLLOCAL=1 NO_PACKLIST=1
%make_build
%{make_build}
%install
%{make_install}