diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-05-28 12:44:15 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-28 19:02:00 -0400 |
commit | 3f682016aa5b74491de1d1a24275cc15bcd42266 (patch) | |
tree | fd1f1042014d3b9e5af34091453982822f91a3c2 /media-libs/lastfmlib | |
parent | media-libs/dssi: add || die to find call (diff) | |
download | gentoo-3f682016aa5b74491de1d1a24275cc15bcd42266.tar.gz gentoo-3f682016aa5b74491de1d1a24275cc15bcd42266.tar.bz2 gentoo-3f682016aa5b74491de1d1a24275cc15bcd42266.zip |
media-libs/lastfmlib: add || die to find call
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-libs/lastfmlib')
-rw-r--r-- | media-libs/lastfmlib/lastfmlib-0.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" } |