Skip to content

Commit

Permalink
games-board/pysolfc: PYTHONPATH fixed
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.40, Repoman-2.3.9
  • Loading branch information
Andrey Grozin committed Jun 21, 2018
1 parent f80e6b0 commit 1af7341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games-board/pysolfc/pysolfc-2.2.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 1af7341

Please sign in to comment.