diff options
author | B. Watson <urchlay@slackware.uk> | 2023-01-08 01:26:45 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-14 08:50:23 +0700 |
commit | 031bdfb54a6bce2a536d2a2dce00b7da5bd6772c (patch) | |
tree | f2d354f47055ed17e5751b3976276ef4fc9f7c9d /python | |
parent | c8ed41bec0ccc1a3287db49ae6e5864995dd77e7 (diff) |
python/python3-sgmllib3k: Fix PRINT_PACKAGE_NAME.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-sgmllib3k/python3-sgmllib3k.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python3-sgmllib3k/python3-sgmllib3k.SlackBuild b/python/python3-sgmllib3k/python3-sgmllib3k.SlackBuild index d12eec2daf11f..c838e7d2fbfb6 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 |