diff options
author | B. Watson <urchlay@slackware.uk> | 2023-05-15 23:31:55 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:48 +0700 |
commit | a7df6320ccf5a03389d4b968280be97c7ce25ce5 (patch) | |
tree | 3b1b542facd3c3561e6966d2af0880bd4f750e31 /python/pysass | |
parent | 31581b2c10e53d76f492cd681c983b240721f382 (diff) |
python/pysass: Align with template.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pysass')
-rw-r--r-- | python/pysass/pysass.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/python/pysass/pysass.SlackBuild b/python/pysass/pysass.SlackBuild index c56774422730..4535032745f8 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} |