From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B61E7138334 for ; Tue, 24 Jul 2018 08:12:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6190DE087C; Tue, 24 Jul 2018 08:12:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2FBF7E087C for ; Tue, 24 Jul 2018 08:12:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F906335DBD for ; Tue, 24 Jul 2018 08:12:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 862B0377 for ; Tue, 24 Jul 2018 08:12:48 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1532419961.92031a3a64174023a65c278e2bf455d70fbdf252.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/wesnoth/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/wesnoth/wesnoth-1.14.4.ebuild X-VCS-Directories: games-strategy/wesnoth/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 92031a3a64174023a65c278e2bf455d70fbdf252 X-VCS-Branch: master Date: Tue, 24 Jul 2018 08:12:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 15ff2633-6682-4eb1-9e36-766b797a4e9f X-Archives-Hash: d13dc0e8724955e06fa341f47ec21a49 commit: 92031a3a64174023a65c278e2bf455d70fbdf252 Author: Lars Wendler gentoo org> AuthorDate: Tue Jul 24 08:12:41 2018 +0000 Commit: Lars Wendler gentoo 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