aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2023-01-08 01:26:45 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-14 08:50:23 +0700
commit031bdfb54a6bce2a536d2a2dce00b7da5bd6772c (patch)
treef2d354f47055ed17e5751b3976276ef4fc9f7c9d
parentc8ed41bec0ccc1a3287db49ae6e5864995dd77e7 (diff)
downloadslackbuilds-031bdfb54a6bce2a536d2a2dce00b7da5bd6772c.tar.xz
python/python3-sgmllib3k: Fix PRINT_PACKAGE_NAME.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-sgmllib3k/python3-sgmllib3k.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python3-sgmllib3k/python3-sgmllib3k.SlackBuild b/python/python3-sgmllib3k/python3-sgmllib3k.SlackBuild
index d12eec2daf11..c838e7d2fbfb 100644
--- a/python/python3-sgmllib3k/python3-sgmllib3k.SlackBuild
+++ b/python/python3-sgmllib3k/python3-sgmllib3k.SlackBuild
@@ -12,6 +12,7 @@ PRGNAM=python3-sgmllib3k
VERSION=${VERSION:-1.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -68,4 +69,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE