mirror of
https://github.com/ptitSeb/box86.git
synced 2024-11-22 22:30:25 +00:00
Fix missing space in PKGBUILD-rk3xxx causing syntax error (#994)
This commit is contained in:
parent
bcd36a3152
commit
66a91b8580
@ -23,7 +23,7 @@ pkgver() {
|
||||
prepare() {
|
||||
cd "${srcdir}/${pkgname%-rk3xxx-git}"
|
||||
# Check for RockChip version number
|
||||
if [[ ${_rkmodel} =~ "rk3288"]]; then
|
||||
if [[ ${_rkmodel} =~ "rk3288" ]]; then
|
||||
_rksuffix=3288
|
||||
elif [[ ${_rkmodel} =~ "rk3399" ]]; then
|
||||
_rksuffix=3399
|
||||
|
Loading…
Reference in New Issue
Block a user