summaryrefslogtreecommitdiff
path: root/games-board/pysolfc/pysolfc-2.2.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-06-23 07:00:28 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-06-23 07:00:28 +0100
commite23cdda4dbb0c83b9e682ab5e916085a35203da5 (patch)
tree5a4ac448a3b288b731c24d947e0ce52df3cab07b /games-board/pysolfc/pysolfc-2.2.0.ebuild
parent8187a741807f3e9a9e26304973cf18087dcf2560 (diff)
gentoo resync : 23.06.2018
Diffstat (limited to 'games-board/pysolfc/pysolfc-2.2.0.ebuild')
-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
}