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
|
@ -69,8 +69,7 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-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/python3-sip
|
||||
export SIP_EXE=/usr/bin/sip3
|
||||
|
||||
python3 setup.py install --root $PKG
|
||||
|
||||
|
|
Loading…
Reference in New Issue