net-libs/kcgi: Add || die to find.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
Ronny (tastytea) Gutbrod
2021-04-30 18:02:59 +02:00
parent a088b1e2c3
commit 720aeb7e04
3 changed files with 3 additions and 3 deletions

View File

@@ -50,5 +50,5 @@ src_install() {
DESTDIR="${D}" \
MANDIR=/usr/share/man \
install || die
find "${ED}/usr/$(get_libdir)" -name "*.a" -delete
find "${ED}/usr/$(get_libdir)" -name "*.a" -delete || die
}