Skip to content

Commit

Permalink
app-text/texlive-core: move || die properly
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <[email protected]>
  • Loading branch information
Zlogene committed Jul 30, 2019
1 parent 471e246 commit 2bc941f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-text/texlive-core/texlive-core-2019-r4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,8 @@ src_install() {
cd "${B}/texk/makeindexk" || die
dodoc ChangeLog NOTES README

docinto web2c || die
cd "${B}/texk/web2c"
docinto web2c
cd "${B}/texk/web2c" || die
dodoc ChangeLog NEWS PROJECTS README

use doc || rm -rf "${ED}/usr/share/texmf-dist/doc"
Expand Down

0 comments on commit 2bc941f

Please sign in to comment.