summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2022-12-22 13:30:47 -0500
committerBrian Evans <grknight@gentoo.org>2022-12-22 13:30:47 -0500
commitaecc9b78f8f042e6a74d5a192ec35aa05dda928b (patch)
tree84b2b31bcaf7a21251877753fb4dfc28b34cf466 /app-crypt/tpm2-abrmd
parentnet-im/zoom: drop 5.12.6.173 (diff)
downloadgentoo-aecc9b78f8f042e6a74d5a192ec35aa05dda928b.tar.gz
gentoo-aecc9b78f8f042e6a74d5a192ec35aa05dda928b.tar.bz2
gentoo-aecc9b78f8f042e6a74d5a192ec35aa05dda928b.zip
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@gentoo.org>
Diffstat (limited to 'app-crypt/tpm2-abrmd')
-rw-r--r--app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0-r1.ebuild (renamed from app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0.ebuild)4
1 files changed, 4 insertions, 0 deletions
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
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}
}