commit: c3e8968dfd00ab2f6666835dc88a458c5ea1168e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jan 30 05:22:28 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 30 05:24:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3e8968d
dev-libs/libtomcrypt: fix Prefix install Closes: https://bugs.gentoo.org/767808 Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild b/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild index c4dbbd88ed9..b324983f523 100644 --- a/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild +++ b/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild @@ -95,7 +95,7 @@ src_test() { src_install() { mymake -f makefile.shared \ DATAPATH="${EPREFIX}/usr/share/doc/${PF}" \ - DESTDIR="${ED}" \ + DESTDIR="${D}" \ install install_docs find "${ED}" '(' -name '*.la' -o -name '*.a' ')' -delete || die