summaryrefslogtreecommitdiffstats
path: root/source/ap/itstool/itstool.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap/itstool/itstool.SlackBuild')
-rwxr-xr-xsource/ap/itstool/itstool.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/ap/itstool/itstool.SlackBuild b/source/ap/itstool/itstool.SlackBuild
index 81d819bbc..87b5f962b 100755
--- a/source/ap/itstool/itstool.SlackBuild
+++ b/source/ap/itstool/itstool.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=itstool
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -78,6 +78,7 @@ find . \
-exec chmod 644 {} \+
# Configure:
+PYTHON=/usr/bin/python3 \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \