commit: 91a1567719bdbdfe9147ae618e778f53e747a059
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 28 15:57:07 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri May 28 15:57:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a15677
net-misc/pedro: fix docinto argument (avoid double 'prefix')
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
net-misc/pedro/{pedro-1.6.ebuild => pedro-1.6-r1.ebuild} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-misc/pedro/pedro-1.6.ebuild
b/net-misc/pedro/pedro-1.6-r1.ebuild
similarity index 86%
rename from net-misc/pedro/pedro-1.6.ebuild
rename to net-misc/pedro/pedro-1.6-r1.ebuild
index 68f35cb0e6f..f6b5ca3d86b 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
}