mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
net-libs/kcgi: Add || die to find.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user