dev-libs/librelp: Add missing "die"
authorThomas Deutschmann <whissi@whissi.de>
Sat, 11 Jun 2016 23:24:13 +0000 (01:24 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 12 Jun 2016 17:24:04 +0000 (17:24 +0000)
Package-Manager: portage-2.3.0_rc1
Closes: https://github.com/gentoo/gentoo/pull/1658

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
dev-libs/librelp/librelp-1.2.9.ebuild

index 96db26a021233be5f9c422d7394acf5b92ef6e14..0f75f3b3739ccaf47177ac3e0a136b4301154c36 100644 (file)
@@ -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
 }