games-board/pysolfc: PYTHONPATH fixed
authorAndrey Grozin <grozin@gentoo.org>
Thu, 21 Jun 2018 11:26:05 +0000 (18:26 +0700)
committerAndrey Grozin <grozin@gentoo.org>
Thu, 21 Jun 2018 11:27:17 +0000 (18:27 +0700)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

games-board/pysolfc/pysolfc-2.2.0.ebuild

index 774ae85ef5babc0602f17d9361092d43db56ec41..874ce3fcf38b64d5ad8b7ff9a5c487615856fc3b 100644 (file)
@@ -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
 }