summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-08-28 19:54:00 +0200
committerMichał Górny <mgorny@gentoo.org>2019-08-28 21:41:13 +0200
commit05861cff5d0000731298543699be831af68848fa (patch)
treee2eaf6a17bcc6a79fb374e01d242fbe5ff334fbc /games-strategy
parentgames-kids/tuxmathscrabble: Fix installing Python modules (diff)
downloadgentoo-05861cff5d0000731298543699be831af68848fa.tar.gz
gentoo-05861cff5d0000731298543699be831af68848fa.tar.bz2
gentoo-05861cff5d0000731298543699be831af68848fa.zip
games-strategy/outerspace: Fix installing files into sitedir
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/outerspace/outerspace-0.5.68-r1.ebuild4
1 files 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() {