diff options
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.5.0.ebuild | 2 |
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 } |