From 1af7341d28c4717e1dec508423fcb85070377c42 Mon Sep 17 00:00:00 2001 From: Andrey Grozin Date: Thu, 21 Jun 2018 18:26:05 +0700 Subject: games-board/pysolfc: PYTHONPATH fixed Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- games-board/pysolfc/pysolfc-2.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games-board/pysolfc') diff --git a/games-board/pysolfc/pysolfc-2.2.0.ebuild b/games-board/pysolfc/pysolfc-2.2.0.ebuild index 774ae85ef5b..874ce3fcf38 100644 --- a/games-board/pysolfc/pysolfc-2.2.0.ebuild +++ b/games-board/pysolfc/pysolfc-2.2.0.ebuild @@ -47,7 +47,7 @@ python_prepare_all() { python_compile_all() { pushd html-src > /dev/null || die "html-src not found" - PYTHONPATH=../pysollib "${EPYTHON}" gen-html.py || die "gen-html failed" + PYTHONPATH=.. "${EPYTHON}" gen-html.py || die "gen-html failed" mv images html/ || die "mv images failed" popd > /dev/null } -- cgit v1.2.3