media-gfx/asymptote: [QA] Fix BadInsIntoDir

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-11-12 08:08:38 +01:00
parent 9d85210e39
commit abddf65d13

View File

@@ -187,14 +187,12 @@ src_install() {
if use doc; then
cd doc || die
doinfo ${PN}.info*
dodoc ${PN}.pdf CAD.pdf
cd FAQ || die
dodoc asy-faq.ascii
doinfo asy-faq.info
insinto /usr/share/doc/${PF}/html/FAQ
doins asy-faq.html/*
cd .. || die
insinto /usr/share/doc/${PF}
doins ${PN}.pdf CAD.pdf
docinto html/FAQ
dodoc asy-faq.html/*
fi
}