commit: 3c595c6933e4ab984344f5747ac58ac1747210e9
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 29 22:48:06 2020 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 22:51:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c595c69
x11-misc/hsetroot-1.0.5: use einstalldocs instead of dodoc
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
x11-misc/hsetroot/hsetroot-1.0.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/hsetroot/hsetroot-1.0.5.ebuild
b/x11-misc/hsetroot/hsetroot-1.0.5.ebuild
index a1e16b31f17..4e3c46e8d21 100644
--- a/x11-misc/hsetroot/hsetroot-1.0.5.ebuild
+++ b/x11-misc/hsetroot/hsetroot-1.0.5.ebuild
@@ -45,5 +45,5 @@ src_compile() {
src_install() {
dobin ${PN} hsr-outputs
- dodoc README.md
+ einstalldocs
}