diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-03-05 13:04:05 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-03-05 13:04:13 +0100 |
commit | b2e92a2e6a1d8639f6f3e7de065e0c75853fafe5 (patch) | |
tree | 65ff1bec1fec05b2b81078c2b518a796d123bde9 /dev-tex | |
parent | media-plugins/live: bump to 2016.02.22 (diff) | |
download | gentoo-b2e92a2e6a1d8639f6f3e7de065e0c75853fafe5.tar.gz gentoo-b2e92a2e6a1d8639f6f3e7de065e0c75853fafe5.tar.bz2 gentoo-b2e92a2e6a1d8639f6f3e7de065e0c75853fafe5.zip |
dev-tex/latex-beamer: symlink doc to texmf tree for texdoc to work properly, bug #564910 by MW.
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/latex-beamer/latex-beamer-3.36.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-tex/latex-beamer/latex-beamer-3.36.ebuild b/dev-tex/latex-beamer/latex-beamer-3.36.ebuild index 1ccff3e3136d..647b854ab5b6 100644 --- a/dev-tex/latex-beamer/latex-beamer-3.36.ebuild +++ b/dev-tex/latex-beamer/latex-beamer-3.36.ebuild @@ -32,6 +32,7 @@ src_install() { if use doc ; then docinto doc dodoc -r doc/* + dosym "/usr/share/doc/${PF}/doc/" "${TEXMF}/doc/latex/beamer" fi use examples && dodoc -r examples solutions |