aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com>2022-04-12 16:55:28 -0400
committerPhilippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com>2022-04-12 16:57:27 -0400
commit4b47d1abe89d6d2313647424e99439a4901d2348 (patch)
treeebf9b8b502b268e565bfb0bcd2b60a1e89a8d7fd /net-mail
parentmedia-sound/noisetorch: version bump to 0.11.5 (diff)
downloadguru-4b47d1abe89d6d2313647424e99439a4901d2348.tar.gz
guru-4b47d1abe89d6d2313647424e99439a4901d2348.tar.bz2
guru-4b47d1abe89d6d2313647424e99439a4901d2348.zip
net-mail/dovecot-fts-xapian: Apply fixes to *.la delete cmd
Addressing: * https://github.com/gentoo/guru/commit/364d654560cc6d0c00e45dcfbd4ee2cf0c0d4f7c#r71134205 * https://github.com/gentoo/guru/commit/364d654560cc6d0c00e45dcfbd4ee2cf0c0d4f7c#r71138913 Signed-off-by: Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com>
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.2.ebuild b/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.2.ebuild
index c712bd683..2949d81cb 100644
--- a/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.2.ebuild
+++ b/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.2.ebuild
@@ -38,5 +38,5 @@ src_configure() {
src_install() {
default
- use static-libs || find "${ED}" -name '*.la' -delete
+ find "${ED}" -name '*.la' -delete || die
}