Skip to content

Commit

Permalink
dev-tex/latex-beamer: QA fixes
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 Dec 3, 2019
1 parent b2ce775 commit eb30b00
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
Expand Up @@ -34,7 +34,7 @@ src_install() {

if use doc ; then
docinto doc
dodoc -r doc
dosym "${ED}/usr/share/doc/${P}/doc/" "${TEXMF}/doc/latex/beamer"
dodoc -r doc
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
Expand Up @@ -34,7 +34,7 @@ src_install() {

if use doc ; then
docinto doc
dodoc -r doc
dosym "${ED}/usr/share/doc/${P}/doc/" "${TEXMF}/doc/latex/beamer"
dodoc -r doc
dosym "../usr/share/doc/${PF}/doc/" "${TEXMF}/doc/latex/beamer"
fi
}

0 comments on commit eb30b00

Please sign in to comment.