app-crypt/tpm2-openssl: quote ED variable

Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2022-09-08 11:53:41 +02:00
parent 36aafc0fcb
commit dcfe5c713c

View File

@@ -38,7 +38,7 @@ src_prepare() {
src_install() {
default
find ${ED} -iname \*.la -delete || die
find "${ED}" -iname \*.la -delete || die
# No libtool files are install, so nothing to check for bug #833887
}