Use parentheses in %make_* macros
This commit is contained in:
parent
728d339068
commit
ebb84fbf81
@ -52,12 +52,11 @@ HTML::LinkExtor, HTML::PullParser, and HTML::TokeParser modules.
|
||||
chmod -c a-x eg/*
|
||||
|
||||
%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}
|
||||
file=%{buildroot}%{_mandir}/man3/HTML::Entities.3pm
|
||||
iconv -f iso-8859-1 -t utf-8 <"$file" > "${file}_" && \
|
||||
touch -r ${file} ${file}_ && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user