mirror of
https://github.com/ptitSeb/box86.git
synced 2024-11-23 09:54:03 +08: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() {
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user