Use parentheses in %make_* macros
This commit is contained in:
parent
d9af61a3f6
commit
430e3d5bce
@ -99,10 +99,10 @@ sed -i -e '/^inc\// d' MANIFEST
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%make_build OPTIMIZE="%{optflags}"
|
||||
%{make_build} OPTIMIZE="%{optflags}"
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%{make_install}
|
||||
find %{buildroot} -type f -name '*.bs' -size 0 -delete
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user