From: Aaron Bauman Date: Mon, 28 May 2018 16:44:15 +0000 (-0400) Subject: media-libs/lastfmlib: add || die to find call X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3f682016aa5b74491de1d1a24275cc15bcd42266;p=gentoo.git media-libs/lastfmlib: add || die to find call Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild b/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild index a1f242d85896..3b55a002f90e 100644 --- a/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild +++ b/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild @@ -26,5 +26,5 @@ src_configure() { src_install() { default - find "${D}"/usr -name '*.la' -delete + find "${D}"/usr -name '*.la' -delete || die "Pruning failed" }