commit:     15b49e49635bfae049a65c876f33a0ad633418d7
Author:     Thomas Deutschmann <whissi <AT> whissi <DOT> de>
AuthorDate: Sat Jun 11 23:24:13 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 17:24:04 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b49e49

dev-libs/librelp: Add missing "die"

Package-Manager: portage-2.3.0_rc1
Closes: https://github.com/gentoo/gentoo/pull/1658

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 dev-libs/librelp/librelp-1.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/librelp/librelp-1.2.9.ebuild 
b/dev-libs/librelp/librelp-1.2.9.ebuild
index 96db26a..0f75f3b 100644
--- a/dev-libs/librelp/librelp-1.2.9.ebuild
+++ b/dev-libs/librelp/librelp-1.2.9.ebuild
@@ -52,5 +52,5 @@ src_install() {
        use doc && local HTML_DOCS=( doc/relp.html )
        default
 
-       find "${ED}"usr/lib* -name '*.la' -delete
+       find "${ED}"usr/lib* -name '*.la' -delete || die
 }

Reply via email to