From a7df6320ccf5a03389d4b968280be97c7ce25ce5 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 15 May 2023 23:31:55 -0400 Subject: python/pysass: Align with template. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- python/pysass/pysass.SlackBuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/python/pysass/pysass.SlackBuild b/python/pysass/pysass.SlackBuild index c567744227..4535032745 100644 --- a/python/pysass/pysass.SlackBuild +++ b/python/pysass/pysass.SlackBuild @@ -41,15 +41,12 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 fi -TMP=${TMP:-/tmp} +TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -- cgit v1.2.3