From 91c2625df71ac76e277f76f38ec465aef9e012d8 Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Mon, 30 Nov 2020 00:18:02 +0100 Subject: x11-misc/xdotool: For examples, use dodoc instead of doins Signed-off-by: Marek Szuba --- x11-misc/xdotool/xdotool-3.20160805.1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'x11-misc') diff --git a/x11-misc/xdotool/xdotool-3.20160805.1.ebuild b/x11-misc/xdotool/xdotool-3.20160805.1.ebuild index fcd7fd283af2..0f0072ff5107 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 } -- cgit v1.2.3-65-gdbad