> > Is there any easy/preferred way to "make install" (or "configure") without
> > having the data files included? I'm packaging clamav-toaster, and am
> > obtaining the data files in the %post processing, and I don't want them
> > encumbering the rpm.

If it were me, I'd just add a line to the %install section of the RPM spec 
file; something
like:

%{__rm} -f $RPM_BUILD_ROOT/%{_datadir}/{main.cvd,etc.}

(Forgive me if the syntax/paths are slightly off, I did this from the top of my 
head.)
Works well with pure sources, standard build techniques, and would even still 
be ok if
they changed their minds again and removed them.

Just a thought.

-- 
Bryan Burke
IT Administrator
Department of Electrical Engineering and Computer Science
University of Tennessee, Knoxville
[email protected]
(865) 974-4694
_______________________________________________
Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq
http://www.clamav.net/support/ml

Reply via email to