mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
academic/veusz: Use sip as provided by current.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
499ccea37b
commit
25d77a4bbd
1 changed files with 1 additions and 2 deletions
|
@ -69,8 +69,7 @@ find -L . \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
PYTHONVER=$(python -V 2>&1 | cut -f 2 -d' ' | cut -f 1-2 -d.)
|
export SIP_EXE=/usr/bin/sip3
|
||||||
export SIP_EXE=/usr/bin/python3-sip
|
|
||||||
|
|
||||||
python3 setup.py install --root $PKG
|
python3 setup.py install --root $PKG
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue