From cc62956f8179caaa0f0eeaa878caff98ac536311 Mon Sep 17 00:00:00 2001 From: luoliangyi <87842688@qq.com> Date: Fri, 30 Sep 2022 11:09:54 +0800 Subject: [PATCH] smdpkg --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index e8b9f67..f8bc922 100755 --- a/build.sh +++ b/build.sh @@ -187,7 +187,7 @@ if [ "$oem" == "hgso" ] ;then ./build.sh hg elif [ "$oem" == "hwso" ];then ./build.sh hw -elif [ "$oem" == "lscso" ] || [ "$oem" == "lscsm" ];then +elif [ "$oem" == "lscso" ];then ./build.sh lsc fi