diff options
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 |
commit | 67947d10827b8f5a651423aff92248c9fcaf0560 (patch) | |
tree | e1cae4b8b19c9358cf31de4892db08604fbfa419 /system/stressapptest | |
parent | 37a4ab6c383eb7eccce13d3d5d81ea3983ca503b (diff) |
system/stressapptest: Fix PKGTYPE template.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/stressapptest')
-rw-r--r-- | system/stressapptest/stressapptest.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/stressapptest/stressapptest.SlackBuild b/system/stressapptest/stressapptest.SlackBuild index b1159a01242a6..8116d540baea8 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 |