games/higan: Fix PRINT_PACKAGE_NAME.

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-01-08 00:30:22 -05:00 committed by Willy Sudiarto Raharjo
parent 6695c8fe5a
commit 33a179963b
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -27,6 +27,7 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# 20230108 bkw: fix PRINT_PACKAGE_NAME.
# 20211101 bkw: v106 BUILD=3
# - revert to v106! someone other than me upgraded this for higan
# v110, but it turns out that v110 wouldn't actually play any games
@ -61,6 +62,7 @@ PRGNAM=higan
VERSION=${VERSION:-106}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@ -193,4 +195,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
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