summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
}