summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-05-28 17:57:07 +0200
committerDavid Seifert <soap@gentoo.org>2021-05-28 17:57:07 +0200
commit91a1567719bdbdfe9147ae618e778f53e747a059 (patch)
tree283264d005948cc4bd80cfdee637416ae1e17677 /net-misc/pedro
parentmedia-sound/chuck: fix docinto argument (avoid double 'prefix') (diff)
downloadgentoo-91a1567719bdbdfe9147ae618e778f53e747a059.tar.gz
gentoo-91a1567719bdbdfe9147ae618e778f53e747a059.tar.bz2
gentoo-91a1567719bdbdfe9147ae618e778f53e747a059.zip
net-misc/pedro: fix docinto argument (avoid double 'prefix')
Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-misc/pedro')
-rw-r--r--net-misc/pedro/pedro-1.6-r1.ebuild (renamed from net-misc/pedro/pedro-1.6.ebuild)6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/pedro/pedro-1.6.ebuild b/net-misc/pedro/pedro-1.6-r1.ebuild
index 68f35cb0e6f4..f6b5ca3d86b4 100644
--- a/net-misc/pedro/pedro-1.6.ebuild
+++ b/net-misc/pedro/pedro-1.6-r1.ebuild
@@ -40,13 +40,13 @@ src_install() {
fi
if use examples ; then
- docinto /usr/share/doc/${PF}/examples
+ docinto examples
dodoc src/examples/*.{c,tcl}
- docinto /usr/share/doc/${PF}/examples/java_api
+ docinto examples/java_api
dodoc src/java_api/*.java
- docinto /usr/share/doc/${PF}/examples/python_api
+ docinto examples/python_api
dodoc src/python_api/*.py
fi
}