diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-04-23 09:54:08 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-04-23 09:56:38 +0300 |
commit | 1edd16f9741652753124941692cff1855b027814 (patch) | |
tree | 212462baaa532f06e7c49f0cca31ee48443d4be4 /app-leechcraft/lc-azoth | |
parent | dev-util/scons: Revert non-maintainer bump to 3.0.0 (diff) | |
download | gentoo-1edd16f9741652753124941692cff1855b027814.tar.gz gentoo-1edd16f9741652753124941692cff1855b027814.tar.bz2 gentoo-1edd16f9741652753124941692cff1855b027814.zip |
app-leechcraft/lc-azoth: replace dohtml with dodoc (bug #653836)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-leechcraft/lc-azoth')
-rw-r--r-- | app-leechcraft/lc-azoth/lc-azoth-9999.ebuild | 2 |
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 63f347cfd7d1..0eadc74c2bcd 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() { |