From 6ec078c8922d850736b413ea76f887964bab04a9 Mon Sep 17 00:00:00 2001 From: luoliangyi <87842688@qq.com> Date: Fri, 3 Mar 2023 18:06:29 +0800 Subject: [PATCH] build mips --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index ad28140..5e90bb9 100755 --- a/build.sh +++ b/build.sh @@ -365,12 +365,12 @@ then #kylin sp1有其他路径,无法区分sp1 还是sp版本 ,所以全部进行拷贝即可 kylin mips 特殊处理 if [ "$cpu" == "mips64" ]; then - mkdir -p dpkg/$syspath/$oem/usr/lib/"mips64el-linux-gunabi64"/sane + mkdir -p dpkg/$syspath/$oem/usr/lib/"mips64el-linux-gnuabi64"/sane if [ $? -ne 0 ];then echo "mips64el mkdir sane file fail !!!" exit 1 fi - cp release/$syspath/$cpu/libsane-"$sanelibname"sane.so dpkg/$syspath/$oem/usr/lib/"mips64el-linux-gunabi64"/sane/libsane-"$sanelibname"sane.so.1 + cp release/$syspath/$cpu/libsane-"$sanelibname"sane.so dpkg/$syspath/$oem/usr/lib/"mips64el-linux-gnuabi64"/sane/libsane-"$sanelibname"sane.so.1 if [ $? -ne 0 ];then echo "copy libsane file fail sane name is :libsane-"$sanelibname"sane.so!!!"