diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-28 19:53:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-08-28 21:41:11 +0200 |
commit | 0838126767366a6888e4e13b8168359511555dcd (patch) | |
tree | 71d98ce7c89631368f004787fab8089fe6a84d94 /games-kids | |
parent | dev-python/async_timeout: Re-add version 1.2.1 for gns3-server (diff) | |
download | gentoo-0838126767366a6888e4e13b8168359511555dcd.tar.gz gentoo-0838126767366a6888e4e13b8168359511555dcd.tar.bz2 gentoo-0838126767366a6888e4e13b8168359511555dcd.zip |
games-kids/tuxmathscrabble: Fix installing Python modules
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-kids')
-rw-r--r-- | games-kids/tuxmathscrabble/tuxmathscrabble-0.8.1-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games-kids/tuxmathscrabble/tuxmathscrabble-0.8.1-r1.ebuild b/games-kids/tuxmathscrabble/tuxmathscrabble-0.8.1-r1.ebuild index 53a209e1052b..a8201b815b36 100644 --- a/games-kids/tuxmathscrabble/tuxmathscrabble-0.8.1-r1.ebuild +++ b/games-kids/tuxmathscrabble/tuxmathscrabble-0.8.1-r1.ebuild @@ -49,8 +49,7 @@ src_prepare() { src_install() { newbin ${PN}.py ${PN} - insinto $(python_get_sitedir) - doins -r ${MY_PN} + python_domodule ${MY_PN} insinto /usr/share/${MY_PN} doins -r .tms_config_master Font |