development/jdk19: Fix makepkg command.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2023-02-13 15:18:08 -05:00 committed by Willy Sudiarto Raharjo
parent a78692344b
commit d1009ceb9c
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 1 additions and 2 deletions

View File

@ -45,7 +45,6 @@ fi
set -e
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@ -112,4 +111,4 @@ EOF
chmod 755 etc/profile.d/*
cat $CWD/slack-desc > install/slack-desc
/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