Use parentheses in %make_* macros
This commit is contained in:
parent
a37f0d7da0
commit
78a2086c51
@ -51,10 +51,10 @@ find . -type f | xargs chmod -x
|
|||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" \
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" \
|
||||||
NO_PACKLIST=1 NO_PERLLOCAL=1
|
NO_PACKLIST=1 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} %{buildroot}/*
|
%{_fixperms} %{buildroot}/*
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user