dev-tex/dvi2gr: fix docinto argument (avoid double 'prefix')

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2021-07-29 03:04:49 +01:00
parent 0b8706bb86
commit c4cb632a08
No known key found for this signature in database
GPG Key ID: F4922810EEA0483B
1 changed files with 2 additions and 1 deletions

View File

@ -36,8 +36,9 @@ src_prepare() {
src_install() {
dobin ${PN}
if use examples; then
docinto /usr/share/doc/${PF}/examples
docinto examples
dodoc *.ti runtest.sh
fi