diff options
Diffstat (limited to 'python3.12/python3.12.SlackBuild')
| -rw-r--r--[-rwxr-xr-x] | python3.12/python3.12.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/python3.12/python3.12.SlackBuild b/python3.12/python3.12.SlackBuild index 0f166ff..eb8e97c 100755..100644 --- a/python3.12/python3.12.SlackBuild +++ b/python3.12/python3.12.SlackBuild @@ -30,12 +30,10 @@ BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) export ARCH=i686 ;; arm*) export ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) export ARCH=$( uname -m ) ;; esac fi @@ -48,7 +46,7 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then exit 0 fi -TMP=${TMP:-/tmp} +TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |
