summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-04-23 09:54:08 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-04-23 09:56:38 +0300
commit1edd16f9741652753124941692cff1855b027814 (patch)
tree212462baaa532f06e7c49f0cca31ee48443d4be4
parent5112e6904f0f0e1bafb38c04b7f35c32c7d87b5d (diff)
downloadgentoo-1edd16f9741652753124941692cff1855b027814.tar.gz
gentoo-1edd16f9741652753124941692cff1855b027814.tar.xz
app-leechcraft/lc-azoth: replace dohtml with dodoc (bug #653836)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
-rw-r--r--app-leechcraft/lc-azoth/lc-azoth-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild b/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild
index 63f347cfd7d..0eadc74c2bc 100644
--- a/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild
+++ b/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild
@@ -103,7 +103,7 @@ src_configure() {
src_install() {
cmake-utils_src_install
- use doc && dohtml -r "${CMAKE_BUILD_DIR}"/out/html/*
+ use doc && dodoc -r "${CMAKE_BUILD_DIR}"/out/html/*
}
pkg_postinst() {