commit:     aecc9b78f8f042e6a74d5a192ec35aa05dda928b
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 18:30:47 2022 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 18:30:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aecc9b78

app-crypt/tpm2-abrmd: Restore install functionality

Non-maintainer commit.

The basic install is bypassed in 3.0.0 for some reason.
Restore the default install and la cleanup

Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 .../{tpm2-abrmd-3.0.0.ebuild => tpm2-abrmd-3.0.0-r1.ebuild}           | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0.ebuild 
b/app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0-r1.ebuild
similarity index 96%
rename from app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0.ebuild
rename to app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0-r1.ebuild
index 454cad2eeaee..56f9d03e0cbe 100644
--- a/app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0.ebuild
+++ b/app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0-r1.ebuild
@@ -50,6 +50,10 @@ src_configure() {
 }
 
 src_install() {
+       default
+
+       find "${D}" -name '*.la' -delete || die
+
        newinitd "${FILESDIR}"/${PN}.initd ${PN}
        newconfd "${FILESDIR}"/${PN}.confd ${PN}
 }

Reply via email to