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:
Darold Gilles 2014-02-17 09:30:54 +01:00
parent a1becbe5a2
commit 62e1af750c
1 changed files with 0 additions and 3 deletions

View File

@ -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