projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f80e6b0
)
games-board/pysolfc: PYTHONPATH fixed
author
Andrey Grozin
<grozin@gentoo.org>
Thu, 21 Jun 2018 11:26:05 +0000
(18:26 +0700)
committer
Andrey 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
patch
|
blob
|
history
diff --git
a/games-board/pysolfc/pysolfc-2.2.0.ebuild
b/games-board/pysolfc/pysolfc-2.2.0.ebuild
index 774ae85ef5babc0602f17d9361092d43db56ec41..874ce3fcf38b64d5ad8b7ff9a5c487615856fc3b 100644
(file)
--- 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
}