summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-12 08:08:38 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-12 08:31:54 +0100
commitabddf65d13df885809726eeb40ffdf80829e98d2 (patch)
tree2c516def06b4bc786e02e89a563895943da129f5 /media-gfx/asymptote
parentmedia-gfx/asymptote: [QA] Fix MissingTestRestrict (diff)
downloadgentoo-abddf65d13df885809726eeb40ffdf80829e98d2.tar.gz
gentoo-abddf65d13df885809726eeb40ffdf80829e98d2.tar.bz2
gentoo-abddf65d13df885809726eeb40ffdf80829e98d2.zip
media-gfx/asymptote: [QA] Fix BadInsIntoDir
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-gfx/asymptote')
-rw-r--r--media-gfx/asymptote/asymptote-2.60.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/media-gfx/asymptote/asymptote-2.60.ebuild b/media-gfx/asymptote/asymptote-2.60.ebuild
index 22a6d01b693b..8436bb74de08 100644
--- a/media-gfx/asymptote/asymptote-2.60.ebuild
+++ b/media-gfx/asymptote/asymptote-2.60.ebuild
@@ -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
}