diff options
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 |