Bump pcsx2sa, fix image build oops.
This commit is contained in:
parent
1cbb66b40f
commit
9730081363
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue