Use parentheses in %make_* macros
This commit is contained in:
parent
4231ab6846
commit
7bc5eb21e7
@ -51,7 +51,7 @@ perl -pi -e 's|^#!perl\b|#!%{__perl}|' \
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" \
|
||||
NO_PERLLOCAL=1 NO_PACKLIST=1
|
||||
%make_build
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
%{make_install}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user