[ebuild] fixed location of examples

This commit is contained in:
tastytea 2018-02-22 18:49:48 +01:00
parent 505849ee2b
commit e0f5f5bef0
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ src_install() {
fi
if use examples; then
docinto examples
for file in src/examples/*.cpp; do
dodoc ${file}
done