From 78a2086c516bb358a2aeb2fd8547ffb056fa249b Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Thu, 6 Feb 2020 08:49:31 +0100 Subject: [PATCH] Use parentheses in %make_* macros --- perl-DBD-MySQL.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-DBD-MySQL.spec b/perl-DBD-MySQL.spec index 492d5db..782758d 100644 --- a/perl-DBD-MySQL.spec +++ b/perl-DBD-MySQL.spec @@ -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}/*