mirror of
https://github.com/darold/squidanalyzer.git
synced 2025-07-31 01:44:29 +02:00
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
|
%build
|
||||||
perl Makefile.PL DESTDIR=%{buildroot} LOGFILE=%{_logdir}/squid/access.log BINDIR=%{_sbindir} HTMLDIR=%{contentdir}/html/%{name} BASEURL=/%{name} MANDIR=%{_mandir}/man3 QUIET=yes
|
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
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user