commit:     05861cff5d0000731298543699be831af68848fa
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 17:54:00 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 19:41:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05861cff

games-strategy/outerspace: Fix installing files into sitedir

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 games-strategy/outerspace/outerspace-0.5.68-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-strategy/outerspace/outerspace-0.5.68-r1.ebuild 
b/games-strategy/outerspace/outerspace-0.5.68-r1.ebuild
index a7d5680c16a..ca9da045166 100644
--- a/games-strategy/outerspace/outerspace-0.5.68-r1.ebuild
+++ b/games-strategy/outerspace/outerspace-0.5.68-r1.ebuild
@@ -35,8 +35,8 @@ python_install() {
 
        # source tarball is missing files
        # get them from ubuntu.deb
-       insinto "$(python_get_sitedir)"/ige/ospace/Rules
-       doins 
"${WORKDIR}"/usr/share/games/outerspace/libsrvr/ige/ospace/Rules/{Tech,techs}.spf
+       python_moduleinto ige.ospace.Rules
+       python_domodule 
"${WORKDIR}"/usr/share/games/outerspace/libsrvr/ige/ospace/Rules/{Tech,techs}.spf
 }
 
 src_prepare() {

Reply via email to