media-libs/dssi: add || die to find call
authorAaron Bauman <bman@gentoo.org>
Mon, 28 May 2018 16:43:26 +0000 (12:43 -0400)
committerAaron Bauman <bman@gentoo.org>
Mon, 28 May 2018 23:01:59 +0000 (19:01 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

media-libs/dssi/dssi-1.1.1-r1.ebuild

index f76e48b467fa3ea864450d7d23d9a98f68ac683e..ee5f8943082e196b930c2d5f76ad5dab10618cf6 100644 (file)
@@ -37,5 +37,5 @@ src_prepare() {
 src_install() {
        DOCS=( README doc/TODO doc/*.txt )
        default
-       find "${D}" -name '*.la' -delete
+       find "${D}" -name '*.la' -delete || die "Pruning failed"
 }