summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-action')
-rw-r--r--games-action/minetest/minetest-5.0.1.ebuild4
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
}