diff options
author | David Seifert <soap@gentoo.org> | 2019-04-10 01:56:34 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-04-10 01:57:01 +0200 |
commit | b2ca4dfa12d11ab271c1db88f7739bec77ff1f57 (patch) | |
tree | afb3db6169e2054ecb0917ac7993575424be151a /games-action | |
parent | dev-util/treecc: EAPI7 bump && improve ebuild. (diff) | |
download | gentoo-b2ca4dfa12d11ab271c1db88f7739bec77ff1f57.tar.gz gentoo-b2ca4dfa12d11ab271c1db88f7739bec77ff1f57.tar.bz2 gentoo-b2ca4dfa12d11ab271c1db88f7739bec77ff1f57.zip |
games-action/minetest: Fix USE="doc"
Closes: https://bugs.gentoo.org/682988
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/minetest/minetest-5.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/minetest/minetest-5.0.1.ebuild b/games-action/minetest/minetest-5.0.1.ebuild index 618096253725..32f400f26920 100644 --- a/games-action/minetest/minetest-5.0.1.ebuild +++ b/games-action/minetest/minetest-5.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -101,7 +101,7 @@ src_compile() { if use doc ; then cmake-utils_src_compile doc - HTML_DOCS=( "${CMAKE_BUILD_DIR}"/doc/html/. ) + HTML_DOCS=( "${BUILD_DIR}"/doc/html/. ) fi } |