From 8e233ca672ea180d7c77616092848341ff83143b Mon Sep 17 00:00:00 2001 From: modehua Date: Fri, 10 Feb 2023 15:19:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=AB=8B=E6=80=9D=E8=BE=B0?= =?UTF-8?q?=E6=8B=B7=E8=B4=9D=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index f64b0b5..3e52122 100755 --- a/build.sh +++ b/build.sh @@ -356,7 +356,7 @@ then fi cp release/$syspath/$cpu/libsane-"$sanelibname"sane.so dpkg/$syspath/$oem/usr/lib/$libpath/sane/libsane-"$sanelibname"sane.so.1 - + cp release/$syspath/$cpu/libsane-"$sanelibname"sane.so dpkg/$syspath/$oem/usr/local/lib/sane/libsane-"$sanelibname"sane.so.1 if [ $? -ne 0 ];then echo "copy libsane file fail sane name is :libsane-"$sanelibname"sane.so!!!" exit 1