Remove useless command to delete special files because those files are not installed by make install. Thanks to David Walser for the report.
This commit is contained in:
parent
a1becbe5a2
commit
62e1af750c
|
@ -32,9 +32,6 @@ or more often with heavy proxy usage.
|
|||
%build
|
||||
perl Makefile.PL DESTDIR=%{buildroot} LOGFILE=%{_logdir}/squid/access.log BINDIR=%{_sbindir} HTMLDIR=%{contentdir}/html/%{name} BASEURL=/%{name} MANDIR=%{_mandir}/man3 QUIET=yes
|
||||
|
||||
# remove special files
|
||||
find %{buildroot} -name "perllocal.pod" -o -name ".packlist" |xargs -i rm -f {}
|
||||
|
||||
make
|
||||
|
||||
%install
|
||||
|
|
Loading…
Reference in New Issue