summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <urchlay@slackware.uk>2022-12-28 16:36:11 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-12-31 09:14:54 +0700
commit67947d10827b8f5a651423aff92248c9fcaf0560 (patch)
treee1cae4b8b19c9358cf31de4892db08604fbfa419
parent37a4ab6c383eb7eccce13d3d5d81ea3983ca503b (diff)
downloadslackbuilds-67947d10827b8f5a651423aff92248c9fcaf0560.tar.gz
slackbuilds-67947d10827b8f5a651423aff92248c9fcaf0560.tar.xz
system/stressapptest: Fix PKGTYPE template.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/stressapptest/stressapptest.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/stressapptest/stressapptest.SlackBuild b/system/stressapptest/stressapptest.SlackBuild
index b1159a0124..8116d540ba 100644
--- a/system/stressapptest/stressapptest.SlackBuild
+++ b/system/stressapptest/stressapptest.SlackBuild
@@ -12,6 +12,7 @@ PRGNAM=stressapptest
VERSION=${VERSION:-1.0.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -91,4 +92,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