Skip to content

Commit

Permalink
app-accessibility/freetts: fix docinto argument (avoid double 'prefix')
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jul 29, 2021
1 parent 29d1948 commit ffe4760
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ src_install() {
doins -r tools

if use doc ; then
docinto /usr/share/doc/${PF}/html
docinto html
dodoc -r docs/*
java-pkg_dojavadoc javadoc
fi
Expand Down

0 comments on commit ffe4760

Please sign in to comment.