commit: 63290304faf483c3b020e115ef76162a9f9c29bf Author: Christopher Byrne <salah.coronya <AT> gmail <DOT> com> AuthorDate: Sat Apr 16 00:45:34 2022 +0000 Commit: Christopher Byrne <salah.coronya <AT> gmail <DOT> com> CommitDate: Sat Apr 16 00:47:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=63290304
app-crypt/tpm2-openssl: Add missing || die to find Signed-off-by: Christopher Byrne <salah.coronya <AT> gmail.com> app-crypt/tpm2-openssl/tpm2-openssl-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/tpm2-openssl/tpm2-openssl-1.1.0.ebuild b/app-crypt/tpm2-openssl/tpm2-openssl-1.1.0.ebuild index ac786eeec..036fbb971 100644 --- a/app-crypt/tpm2-openssl/tpm2-openssl-1.1.0.ebuild +++ b/app-crypt/tpm2-openssl/tpm2-openssl-1.1.0.ebuild @@ -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 }