dpkg shell

This commit is contained in:
modehua 2022-10-11 09:55:39 +08:00
parent 28ba9d6664
commit 43fac18652
1 changed files with 4 additions and 0 deletions

View File

@ -237,6 +237,10 @@ if [ -d "dpkg/$syspath/$oem/usr/lib" ];then
cp release/$syspath/$cpu/libsane-"$oem"sane.so dpkg/$syspath/$oem/usr/lib/$libpath/sane/libsane-"$oem"sane.so.1
fi
if [ $? != 0 ];then
echo "-----------------cp libsane fail ,not find libsane-----------------"
exit 1
fi
echo "11111111111111111111111111111111111111111111111111111"
sleep 3
fi