From 0838126767366a6888e4e13b8168359511555dcd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 28 Aug 2019 19:53:10 +0200 Subject: [PATCH] games-kids/tuxmathscrabble: Fix installing Python modules MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- games-kids/tuxmathscrabble/tuxmathscrabble-0.8.1-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 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 -- 2.26.2