sys-libs/libhx: Minor ebuild fix.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
Lars Wendler
2018-11-23 16:41:55 +01:00
parent 0ab2cd8af2
commit 2696eb4cc1

View File

@@ -33,7 +33,7 @@ src_install() {
dodoc doc/*.txt
else
dodoc doc/changelog.txt
rm "${D}/usr/share/doc/${PF}/"*.pdf || die
rm "${ED}/usr/share/doc/${PF}/"*.pdf || die
fi
find "${ED}" -name "*.la" -delete || die