From: Lars Wendler Date: Tue, 24 Jul 2018 08:12:41 +0000 (+0200) Subject: games-strategy/wesnoth: Fixed installation of docs. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=92031a3a64174023a65c278e2bf455d70fbdf252;p=gentoo.git games-strategy/wesnoth: Fixed installation of docs. Package-Manager: Portage-2.3.43, Repoman-2.3.10 --- diff --git a/games-strategy/wesnoth/wesnoth-1.14.4.ebuild b/games-strategy/wesnoth/wesnoth-1.14.4.ebuild index 27cde05f1ad0..9ce29bd54b01 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