diff --git a/perl-Digest-SHA.spec b/perl-Digest-SHA.spec index 018a60c..0939801 100644 --- a/perl-Digest-SHA.spec +++ b/perl-Digest-SHA.spec @@ -77,12 +77,11 @@ chmod -x examples/* perl -MExtUtils::MakeMaker -e 'ExtUtils::MM_Unix->fixin(q{examples/dups})' %build -perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 OPTIMIZE='%{optflags}' \ - NO_PERLLOCAL=1 -%make_build +perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 OPTIMIZE='%{optflags}' +%{make_build} %install -%make_install +%{make_install} find '%{buildroot}' -type f -name '*.bs' -empty -delete %{_fixperms} -c '%{buildroot}'