diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-11-30 00:18:02 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-11-30 00:31:10 +0100 |
commit | 91c2625df71ac76e277f76f38ec465aef9e012d8 (patch) | |
tree | f2dd4de2bb4488e5107b15d62091f842e4552397 /x11-misc/xdotool | |
parent | sci-visualization/labplot: Disable ENABLE_READSTAT (diff) | |
download | gentoo-91c2625df71ac76e277f76f38ec465aef9e012d8.tar.gz gentoo-91c2625df71ac76e277f76f38ec465aef9e012d8.tar.bz2 gentoo-91c2625df71ac76e277f76f38ec465aef9e012d8.zip |
x11-misc/xdotool: For examples, use dodoc instead of doins
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'x11-misc/xdotool')
-rw-r--r-- | x11-misc/xdotool/xdotool-3.20160805.1.ebuild | 5 |
1 files 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 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 } |