mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
app-crypt/tpm2-openssl: Add missing || die to find
Signed-off-by: Christopher Byrne <salah.coronya@gmail.com>
This commit is contained in:
@@ -36,7 +36,7 @@ src_prepare() {
|
||||
|
||||
src_install() {
|
||||
default
|
||||
find ${ED} -iname \*.la -delete
|
||||
find ${ED} -iname \*.la -delete || die
|
||||
|
||||
# No libtool files are install, so nothing to check for bug #833887
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user