Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/wesnoth/
Date: Tue, 24 Jul 2018 08:12:54
Message-Id: 1532419961.92031a3a64174023a65c278e2bf455d70fbdf252.polynomial-c@gentoo
1 commit: 92031a3a64174023a65c278e2bf455d70fbdf252
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 24 08:12:41 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 24 08:12:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92031a3a
7
8 games-strategy/wesnoth: Fixed installation of docs.
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 games-strategy/wesnoth/wesnoth-1.14.4.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/games-strategy/wesnoth/wesnoth-1.14.4.ebuild b/games-strategy/wesnoth/wesnoth-1.14.4.ebuild
16 index 27cde05f1ad..9ce29bd54b0 100644
17 --- a/games-strategy/wesnoth/wesnoth-1.14.4.ebuild
18 +++ b/games-strategy/wesnoth/wesnoth-1.14.4.ebuild
19 @@ -106,7 +106,8 @@ src_configure() {
20 }
21
22 src_install() {
23 - DOCS="README.md changelog.md players_changelog.md" cmake-utils_src_install
24 + local DOCS=( README.md changelog.md )
25 + cmake-utils_src_install
26 if use dedicated || use server; then
27 rmdir "${ED%/}/run/wesnothd" || die
28 newinitd "${FILESDIR}"/wesnothd.rc-r1 wesnothd