diff options
author | Eray Aslan <eras@gentoo.org> | 2013-10-03 15:59:21 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2013-10-03 15:59:21 +0000 |
commit | b0d6c56910d50fb3ee248fac14ef2b1b309fc4d4 (patch) | |
tree | a9c541fbe6623d955b1b99be38bb42a6eb4408f6 /app-antivirus | |
parent | Stop building gif2webp binary for non-native ABI to avoid build failure (and ... (diff) | |
download | gentoo-2-b0d6c56910d50fb3ee248fac14ef2b1b309fc4d4.tar.gz gentoo-2-b0d6c56910d50fb3ee248fac14ef2b1b309fc4d4.tar.bz2 gentoo-2-b0d6c56910d50fb3ee248fac14ef2b1b309fc4d4.zip |
Fix config file move - bug #486624
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/clamav/ChangeLog | 5 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.98.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog index 5abbad86a634..ebc2a2f1b3fd 100644 --- a/app-antivirus/clamav/ChangeLog +++ b/app-antivirus/clamav/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-antivirus/clamav # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.463 2013/09/28 15:13:27 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.464 2013/10/03 15:59:21 eras Exp $ + + 03 Oct 2013; Eray Aslan <eras@gentoo.org> clamav-0.98.ebuild: + Fix config file move - bug #486624 28 Sep 2013; Chema Alonso <nimiux@gentoo.org> clamav-0.97.8-r2.ebuild: Stable for amd64 wrt bug #480038 diff --git a/app-antivirus/clamav/clamav-0.98.ebuild b/app-antivirus/clamav/clamav-0.98.ebuild index bdf714befd82..8471f6ae3780 100644 --- a/app-antivirus/clamav/clamav-0.98.ebuild +++ b/app-antivirus/clamav/clamav-0.98.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.98.ebuild,v 1.1 2013/09/27 16:04:14 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.98.ebuild,v 1.2 2013/10/03 15:59:21 eras Exp $ EAPI=5 @@ -115,7 +115,7 @@ src_install() { for i in clamd freshclam clamav-milter do - [[ -f "${D}"/etc/clamd.conf.sample ]] && mv "${D}"/etc/clamd.conf{.sample,} + [[ -f "${D}"/etc/"${i}".conf.sample ]] && mv "${D}"/etc/"${i}".conf{.sample,} done prune_libtool_files --all |