diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-11-29 23:48:06 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-11-29 23:51:54 +0100 |
commit | 3c595c6933e4ab984344f5747ac58ac1747210e9 (patch) | |
tree | 4fb92afb71b9a28c66fc970df34c8c7637ac47a4 /x11-misc/hsetroot | |
parent | x11-misc/hsetroot-1.0.5: cosmetics (diff) | |
download | gentoo-3c595c6933e4ab984344f5747ac58ac1747210e9.tar.gz gentoo-3c595c6933e4ab984344f5747ac58ac1747210e9.tar.bz2 gentoo-3c595c6933e4ab984344f5747ac58ac1747210e9.zip |
x11-misc/hsetroot-1.0.5: use einstalldocs instead of dodoc
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'x11-misc/hsetroot')
-rw-r--r-- | x11-misc/hsetroot/hsetroot-1.0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/hsetroot/hsetroot-1.0.5.ebuild b/x11-misc/hsetroot/hsetroot-1.0.5.ebuild index a1e16b31f171..4e3c46e8d213 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 } |