summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/tpm2-tss/tpm2-tss-2.1.0.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/app-crypt/tpm2-tss/tpm2-tss-2.1.0.ebuild b/app-crypt/tpm2-tss/tpm2-tss-2.1.0.ebuild
index 1ea7813e854e..fc172e0e91cd 100644
--- a/app-crypt/tpm2-tss/tpm2-tss-2.1.0.ebuild
+++ b/app-crypt/tpm2-tss/tpm2-tss-2.1.0.ebuild
@@ -54,3 +54,8 @@ src_configure() {
--with-udevrulesdir="$(get_udevdir)/rules.d" \
--with-udevrulesprefix=60-
}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}