Use parentheses in %make_* macros
This commit is contained in:
parent
475d3de01f
commit
8f8e46dcb0
@ -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}/*
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user