diff options
Diffstat (limited to 'app-antivirus/clamav/clamav-0.87.ebuild')
-rw-r--r-- | app-antivirus/clamav/clamav-0.87.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-antivirus/clamav/clamav-0.87.ebuild b/app-antivirus/clamav/clamav-0.87.ebuild index df53b359bce8..16c3bbff57ac 100644 --- a/app-antivirus/clamav/clamav-0.87.ebuild +++ b/app-antivirus/clamav/clamav-0.87.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.87.ebuild,v 1.7 2005/10/02 11:06:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.87.ebuild,v 1.8 2005/11/09 16:40:05 ticho Exp $ inherit eutils flag-o-matic fixheadtails @@ -63,7 +63,7 @@ src_install() { make DESTDIR=${D} install || die dodoc AUTHORS BUGS NEWS README ChangeLog FAQ INSTALL newconfd ${FILESDIR}/clamd.conf clamd - newinitd ${FILESDIR}/clamd.rc.new clamd + newinitd ${FILESDIR}/clamd.rc clamd dodoc ${FILESDIR}/clamav-milter.README.gentoo dodir /var/run/clamav |