diff options
author | B. Watson <urchlay@slackware.uk> | 2022-12-28 13:58:36 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-31 09:14:51 +0700 |
commit | 08db2ebfd6599ef451112a785847af086c88386e (patch) | |
tree | 73c0594a4dbbfc90a4c6a3f3a5c694d5d34fc6f7 /system/nrg2cue | |
parent | 026b8068745db71d9107ca0a47232577b051e976 (diff) |
system/nrg2cue: Add missing PKGTYPE.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/nrg2cue')
-rw-r--r-- | system/nrg2cue/nrg2cue.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/nrg2cue/nrg2cue.SlackBuild b/system/nrg2cue/nrg2cue.SlackBuild index 87a49353295e..74c3aefabf8a 100644 --- a/system/nrg2cue/nrg2cue.SlackBuild +++ b/system/nrg2cue/nrg2cue.SlackBuild @@ -12,6 +12,7 @@ PRGNAM=nrg2cue VERSION=${VERSION:-0.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +PKGTYPE=${PKGTYPE:-tgz} if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -73,4 +74,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 |