diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2020-02-02 15:04:38 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2020-02-02 15:08:53 -0500 |
commit | f514f40099f79fb9fa68265cf7af20b71c760700 (patch) | |
tree | a10bfa8eab5bc0ebc62a4a1f22b10f41f32fe1e2 /app-antivirus | |
parent | gnome-extra/gtkhtml: use app-text/enchant:2 and ebuild fixups (diff) | |
download | gentoo-f514f40099f79fb9fa68265cf7af20b71c760700.tar.gz gentoo-f514f40099f79fb9fa68265cf7af20b71c760700.tar.bz2 gentoo-f514f40099f79fb9fa68265cf7af20b71c760700.zip |
app-antivirus/clamav-unofficial-sigs: new revision to fix cosmetic issue.
Our logrotate file was being installed with doins, leaving it with a
".logrotate" suffix on the live filesystem. This was harmless, but
looks a bit weird. Now it's installed as "/etc/logrotate.d/${PN}".
Closes: https://bugs.gentoo.org/707952
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r4.ebuild (renamed from app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r3.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r3.ebuild b/app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r4.ebuild index 88d2fd74ec5d..5125872c022a 100644 --- a/app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r3.ebuild +++ b/app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r4.ebuild @@ -33,7 +33,7 @@ src_install() { dosbin "${PN}.sh" insinto /etc/logrotate.d - doins "${FILESDIR}/${PN}.logrotate" + newins "${FILESDIR}/${PN}.logrotate" "${PN}" insinto "/etc/${PN}" doins config/{master,user}.conf |