From 1edd16f9741652753124941692cff1855b027814 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Mon, 23 Apr 2018 09:54:08 +0300 Subject: app-leechcraft/lc-azoth: replace dohtml with dodoc (bug #653836) Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- app-leechcraft/lc-azoth/lc-azoth-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-leechcraft/lc-azoth') 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() { -- cgit v1.2.1