summaryrefslogtreecommitdiff
path: root/dev-tex/pgf/pgf-3.1.4b-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tex/pgf/pgf-3.1.4b-r2.ebuild')
-rw-r--r--dev-tex/pgf/pgf-3.1.4b-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tex/pgf/pgf-3.1.4b-r2.ebuild b/dev-tex/pgf/pgf-3.1.4b-r2.ebuild
index a5f040467eeb..470ae06dc0e1 100644
--- a/dev-tex/pgf/pgf-3.1.4b-r2.ebuild
+++ b/dev-tex/pgf/pgf-3.1.4b-r2.ebuild
@@ -31,12 +31,12 @@ src_install() {
cd "${S}/doc/generic/pgf" || die
dodoc AUTHORS ChangeLog README
if use doc; then
- docinto /usr/share/doc/${P}/texdoc
+ docinto texdoc
# pgfmanual is now split from the main tar archive
newdoc "${DISTDIR}/${P}-pgfmanual.pdf" pgfmanual.pdf
doins -r images macros text-en version-*
- dosym "${ED}/usr/share/doc/${P}/texdoc" "${TEXMF}/doc/latex/${PN}"
+ dosym "../../../doc/${PF}/texdoc" "${TEXMF}/doc/latex/${PN}"
docompress -x "/usr/share/doc/${P}/texdoc/"
fi
}