Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/outerspace/
Date: Wed, 28 Aug 2019 19:41:23
Message-Id: 1567021273.05861cff5d0000731298543699be831af68848fa.mgorny@gentoo
1 commit: 05861cff5d0000731298543699be831af68848fa
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 17:54:00 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 19:41:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05861cff
7
8 games-strategy/outerspace: Fix installing files into sitedir
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 games-strategy/outerspace/outerspace-0.5.68-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/games-strategy/outerspace/outerspace-0.5.68-r1.ebuild b/games-strategy/outerspace/outerspace-0.5.68-r1.ebuild
16 index a7d5680c16a..ca9da045166 100644
17 --- a/games-strategy/outerspace/outerspace-0.5.68-r1.ebuild
18 +++ b/games-strategy/outerspace/outerspace-0.5.68-r1.ebuild
19 @@ -35,8 +35,8 @@ python_install() {
20
21 # source tarball is missing files
22 # get them from ubuntu.deb
23 - insinto "$(python_get_sitedir)"/ige/ospace/Rules
24 - doins "${WORKDIR}"/usr/share/games/outerspace/libsrvr/ige/ospace/Rules/{Tech,techs}.spf
25 + python_moduleinto ige.ospace.Rules
26 + python_domodule "${WORKDIR}"/usr/share/games/outerspace/libsrvr/ige/ospace/Rules/{Tech,techs}.spf
27 }
28
29 src_prepare() {