Fix missing space in PKGBUILD-rk3xxx causing syntax error (#994)

This commit is contained in:
Raezroth 2024-08-14 23:56:08 -07:00 committed by GitHub
parent bcd36a3152
commit 66a91b8580
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ pkgver() {
prepare() { prepare() {
cd "${srcdir}/${pkgname%-rk3xxx-git}" cd "${srcdir}/${pkgname%-rk3xxx-git}"
# Check for RockChip version number # Check for RockChip version number
if [[ ${_rkmodel} =~ "rk3288"]]; then if [[ ${_rkmodel} =~ "rk3288" ]]; then
_rksuffix=3288 _rksuffix=3288
elif [[ ${_rkmodel} =~ "rk3399" ]]; then elif [[ ${_rkmodel} =~ "rk3399" ]]; then
_rksuffix=3399 _rksuffix=3399