This commit is contained in:
modehua 2022-09-28 17:00:12 +08:00
parent 6b8f0b0f36
commit 4c105cba4c
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ if [ "$oem" == "lscweb" ] || [ "$oem" == "hwweb" ] || [ "$oem" == "hgweb" ]; the
cp release/$syspath/$cpu/* dpkg/$syspath/$oem/opt/$dpkgpath/bin
elif [ "$oem" == "hgso" ] || [ "$oem" == "hwso" ] || [ "$oem" == "lscso" ];then
cp release/$syspath/$cpu/* dpkg/$syspath/$oem/opt/$dpkgpath/lib
cp sdk/include/scannerlib/* dpkg/$syspath/$oem/opt/$dpkgpath/inculde
cp sdk/include/scannerlib/* dpkg/$syspath/$oem/opt/$dpkgpath/include
rm dpkg/$syspath/$oem/opt/$dpkgpath/lib/*Scan
rm dpkg/$syspath/$oem/opt/$dpkgpath/lib/*App
else