mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
graphics/mcomix: Fix PYTHONPATH.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0b37ea1604
commit
d235886259
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,8 @@ chown -R root:root .
|
|||
find . -type f -a -exec chmod 644 {} + -o \
|
||||
-type d -a -exec chmod 755 {} +
|
||||
|
||||
export PYTHONPATH=/opt/python3.9/site-packages
|
||||
PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
|
||||
export PYTHONPATH=/opt/python$PYVER/site-packages
|
||||
python3 -m build --wheel --no-isolation
|
||||
python3 -m installer --destdir "$PKG" dist/*.whl
|
||||
|
||||
|
|
Loading…
Reference in a new issue