commit: 92031a3a64174023a65c278e2bf455d70fbdf252
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 24 08:12:41 2018 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Jul 24 08:12:41 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92031a3a
games-strategy/wesnoth: Fixed installation of docs.
Package-Manager: Portage-2.3.43, Repoman-2.3.10
games-strategy/wesnoth/wesnoth-1.14.4.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/games-strategy/wesnoth/wesnoth-1.14.4.ebuild
b/games-strategy/wesnoth/wesnoth-1.14.4.ebuild
index 27cde05f1ad..9ce29bd54b0 100644
--- a/games-strategy/wesnoth/wesnoth-1.14.4.ebuild
+++ b/games-strategy/wesnoth/wesnoth-1.14.4.ebuild
@@ -106,7 +106,8 @@ src_configure() {
}
src_install() {
- DOCS="README.md changelog.md players_changelog.md"
cmake-utils_src_install
+ local DOCS=( README.md changelog.md )
+ cmake-utils_src_install
if use dedicated || use server; then
rmdir "${ED%/}/run/wesnothd" || die
newinitd "${FILESDIR}"/wesnothd.rc-r1 wesnothd