Skip to content

Commit

Permalink
games-action/minetest: Fix USE="doc"
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/682988
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Apr 9, 2019
1 parent d245362 commit b2ca4df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions games-action/minetest/minetest-5.0.1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
}

Expand Down

0 comments on commit b2ca4df

Please sign in to comment.