Normalize the macros

This commit is contained in:
Petr Písař 2020-02-05 08:24:45 +01:00
parent ba5651546a
commit c8f9ba8dcc
1 changed files with 3 additions and 4 deletions

View File

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