From 8f8e46dcb0b3e42515060c171f980f258f65f9f1 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Thu, 6 Feb 2020 08:53:44 +0100 Subject: [PATCH] Use parentheses in %make_* macros --- perl-GSSAPI.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/perl-GSSAPI.spec b/perl-GSSAPI.spec index b86b742..7905338 100644 --- a/perl-GSSAPI.spec +++ b/perl-GSSAPI.spec @@ -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}/*