summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2018-06-21 18:26:05 +0700
committerAndrey Grozin <grozin@gentoo.org>2018-06-21 18:27:17 +0700
commit1af7341d28c4717e1dec508423fcb85070377c42 (patch)
tree2f1f5ad5df729363dea0bba3191e2907a9b767c2 /games-board
parentdev-games/tiled: use HTTPs (diff)
downloadgentoo-1af7341d28c4717e1dec508423fcb85070377c42.tar.gz
gentoo-1af7341d28c4717e1dec508423fcb85070377c42.tar.bz2
gentoo-1af7341d28c4717e1dec508423fcb85070377c42.zip
games-board/pysolfc: PYTHONPATH fixed
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'games-board')
-rw-r--r--games-board/pysolfc/pysolfc-2.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games-board/pysolfc/pysolfc-2.2.0.ebuild b/games-board/pysolfc/pysolfc-2.2.0.ebuild
index 774ae85ef5ba..874ce3fcf38b 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
}