projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d85210
)
media-gfx/asymptote: [QA] Fix BadInsIntoDir
author
Michał Górny
<mgorny@gentoo.org>
Tue, 12 Nov 2019 07:08:38 +0000
(08:08 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Tue, 12 Nov 2019 07:31:54 +0000
(08:31 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
media-gfx/asymptote/asymptote-2.60.ebuild
patch
|
blob
|
history
diff --git
a/media-gfx/asymptote/asymptote-2.60.ebuild
b/media-gfx/asymptote/asymptote-2.60.ebuild
index 22a6d01b693b09bb8cb0448ac2ef00328947d3df..8436bb74de0806d7cb5c72f0507cca936058acdf 100644
(file)
--- 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
}