summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-02 06:58:18 +0100
committerSam James <sam@gentoo.org>2021-04-03 16:54:09 +0100
commitc9fb744a7e23073ad3203b9678f09cae9422e283 (patch)
tree3b515040b425054d917a7bfcdd8b8c9fff88ef97 /app-crypt
parentapp-crypt/libmd: drop unused multilib inherit, fix live (diff)
downloadgentoo-c9fb744a7e23073ad3203b9678f09cae9422e283.tar.gz
gentoo-c9fb744a7e23073ad3203b9678f09cae9422e283.tar.bz2
gentoo-c9fb744a7e23073ad3203b9678f09cae9422e283.zip
app-crypt/tpm2-pkcs11: fix ebuild references
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.5.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.5.0.ebuild b/app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.5.0.ebuild
index a886a2157412..fc4bbfa9a2f1 100644
--- a/app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.5.0.ebuild
+++ b/app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.5.0.ebuild
@@ -64,5 +64,5 @@ src_install() {
cd "${S}/tools" || die
BUILD_DIR="${S}/tools" python_foreach_impl distutils-r1_python_install
dobin "${S}/tools/tpm2_ptool"
- find "${D}" -name '*.la' -delete || die
+ find "${ED}" -name '*.la' -delete || die
}