app-leechcraft/lc-azoth: replace dohtml with dodoc (bug #653836)
authorMikle Kolyada <zlogene@gentoo.org>
Mon, 23 Apr 2018 06:54:08 +0000 (09:54 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Mon, 23 Apr 2018 06:56:38 +0000 (09:56 +0300)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

app-leechcraft/lc-azoth/lc-azoth-9999.ebuild

index 63f347cfd7d1426d30b73f4645c4a9daec7cbf1a..0eadc74c2bcd6f6d26f9f6f9eb4961c3f94f8f22 100644 (file)
@@ -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() {