新增立思辰拷贝路径

This commit is contained in:
modehua 2023-02-10 15:19:09 +08:00
parent 42b519d13f
commit 8e233ca672
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ then
fi 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/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 if [ $? -ne 0 ];then
echo "copy libsane file fail sane name is :libsane-"$sanelibname"sane.so!!!" echo "copy libsane file fail sane name is :libsane-"$sanelibname"sane.so!!!"
exit 1 exit 1