Skip to content

Commit

Permalink
media-libs/dssi: add || die to find call
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.40, Repoman-2.3.9
  • Loading branch information
FuzzyGophers committed May 28, 2018
1 parent 12550ba commit 3253539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media-libs/dssi/dssi-1.1.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 3253539

Please sign in to comment.