From 05861cff5d0000731298543699be831af68848fa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 28 Aug 2019 19:54:00 +0200 Subject: [PATCH 1/1] games-strategy/outerspace: Fix installing files into sitedir MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 a7d5680c16a5..ca9da045166c 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() { -- 2.26.2