diff options
author | Hanno <hanno@gentoo.org> | 2019-03-21 10:42:24 +0100 |
---|---|---|
committer | Hanno <hanno@gentoo.org> | 2019-03-21 10:42:24 +0100 |
commit | 3250fd9595a604917d8f833f1064badbb39407dd (patch) | |
tree | fa1d780a431c33ecf73a762d239987ab9ac5ea49 /mail-filter/maildrop | |
parent | media-libs/glm: Bump to version 0.9.9.4 (diff) | |
download | gentoo-3250fd9595a604917d8f833f1064badbb39407dd.tar.gz gentoo-3250fd9595a604917d8f833f1064badbb39407dd.tar.bz2 gentoo-3250fd9595a604917d8f833f1064badbb39407dd.zip |
mail-filter/maildrop: Fix USE="-tools".
It tried to delete a file that no longer exists in current versions.
Not bumping, because users affected by this bug wouldn't have been
able to install the package.
Resolves: https://bugs.gentoo.org/676834
Signed-off-by: Hanno Boeck <hanno@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Diffstat (limited to 'mail-filter/maildrop')
-rw-r--r-- | mail-filter/maildrop/maildrop-3.0.0.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail-filter/maildrop/maildrop-3.0.0.ebuild b/mail-filter/maildrop/maildrop-3.0.0.ebuild index 78fef8c29c66..a515d2e8ab90 100644 --- a/mail-filter/maildrop/maildrop-3.0.0.ebuild +++ b/mail-filter/maildrop/maildrop-3.0.0.ebuild @@ -128,7 +128,6 @@ src_install() { for tool in "maildirmake" "deliverquota"; do rm "${D}/usr/bin/${tool}" || die rm "${D}/usr/share/man/man"[0-9]"/${tool}."[0-9] || die - rm "${D}/usr/share/maildrop/html/${tool}.html" || die done rm "${D}/usr/share/man/man5/maildir.5" || die fi |