commit: 91c2625df71ac76e277f76f38ec465aef9e012d8
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 29 23:18:02 2020 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 23:31:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c2625d
x11-misc/xdotool: For examples, use dodoc instead of doins
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
x11-misc/xdotool/xdotool-3.20160805.1.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/x11-misc/xdotool/xdotool-3.20160805.1.ebuild
b/x11-misc/xdotool/xdotool-3.20160805.1.ebuild
index fcd7fd283af..0f0072ff510 100644
--- a/x11-misc/xdotool/xdotool-3.20160805.1.ebuild
+++ b/x11-misc/xdotool/xdotool-3.20160805.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -51,7 +51,6 @@ src_install() {
dodoc CHANGELIST README
if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins examples/*
+ dodoc -r examples
fi
}