mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-gfx/asymptote: [QA] Fix BadInsIntoDir
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user