public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] repo/gentoo:master commit in: media-libs/lastfmlib/
@ 2018-05-28 23:02 99% Aaron Bauman
  0 siblings, 0 replies; 1+ results
From: Aaron Bauman @ 2018-05-28 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     3f682016aa5b74491de1d1a24275cc15bcd42266
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 16:44:15 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon May 28 23:02:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f682016

media-libs/lastfmlib: add || die to find call

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/lastfmlib/lastfmlib-0.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild b/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild
index a1f242d8589..3b55a002f90 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"
 }


^ permalink raw reply related	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2018-05-28 23:02 99% [gentoo-commits] repo/gentoo:master commit in: media-libs/lastfmlib/ Aaron Bauman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox