Skip to content

Commit

Permalink
games-strategy/wesnoth: Fixed installation of docs.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.43, Repoman-2.3.10
  • Loading branch information
Lars Wendler committed Jul 24, 2018
1 parent 4013561 commit 92031a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion games-strategy/wesnoth/wesnoth-1.14.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92031a3

Please sign in to comment.