Skip to content

Commit

Permalink
dev-tex/latex-beamer: fix dosym
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <[email protected]>
  • Loading branch information
Zlogene committed Jan 9, 2020
1 parent f3dd4de commit 893bd47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dev-tex/latex-beamer/latex-beamer-3.56-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand Down Expand Up @@ -35,6 +35,6 @@ src_install() {
if use doc ; then
docinto doc
dodoc -r doc
dosym "../usr/share/doc/${PF}/doc/" "${TEXMF}/doc/latex/beamer"
dosym "../../../../../usr/share/doc/${PF}/doc/" "${TEXMF}/doc/latex/beamer"
fi
}
4 changes: 2 additions & 2 deletions dev-tex/latex-beamer/latex-beamer-3.57.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand Down Expand Up @@ -35,6 +35,6 @@ src_install() {
if use doc ; then
docinto doc
dodoc -r doc
dosym "../usr/share/doc/${PF}/doc/" "${TEXMF}/doc/latex/beamer"
dosym "../../../../../usr/share/doc/${PF}/doc/" "${TEXMF}/doc/latex/beamer"
fi
}

0 comments on commit 893bd47

Please sign in to comment.