Use parentheses in %make_* macros

This commit is contained in:
Jitka Plesnikova 2020-02-06 08:46:05 +01:00
parent 08ff7a0161
commit 68a93cf0ec
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ structures correctly.
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 OPTIMIZE="$RPM_OPT_FLAGS"
%make_build
%{make_build}
%install
%{make_install}