Bump pcsx2sa, fix image build oops.

This commit is contained in:
fewtarius 2022-12-04 12:02:03 -05:00
parent 1cbb66b40f
commit 9730081363
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
# Copyright (C) 2022-present Fewtarius
PKG_NAME="pcsx2sa"
PKG_VERSION="v1.7.3539"
PKG_VERSION="v1.7.3674"
PKG_ARCH="x86_64"
PKG_LICENSE="GPLv3"
PKG_SITE="https://github.com/pcsx2/pcsx2"

View file

@ -145,7 +145,7 @@ HW_DEVICE="${DEVICE}"
HW_ARCH="${ARCH}"
EOF
if [ -zn "${HW_CPU}" ]
if [ -n "${HW_CPU}" ]
then
cat <<EOF >>${INSTALL}/etc/os-release
HW_CPU="${HW_CPU}"