This commit is contained in:
modehua 2023-01-14 17:16:39 +08:00
parent 78f0bddf84
commit 8f0b0a2ba6
2 changed files with 3 additions and 3 deletions

View File

@ -360,7 +360,7 @@ fi
if [ "$oem" == "lscweb" ] || [ "$oem" == "hwweb" ] || [ "$oem" == "hgweb" ] || [ "$oem" == "ctsweb" ];
then
cp -rf release/$syspath/$cpu/* dpkg/$syspath/$oem/opt/$dpkgpath/bin
elif [ "$oem" == "hgso" ] || [ "$oem" == "hwso" ] || [ "$oem" == "lscso" ] || [ "$oem" == "ctso" ];
elif [ "$oem" == "hgso" ] || [ "$oem" == "hwso" ] || [ "$oem" == "lscso" ] || [ "$oem" == "ctsso" ];
then
cp -rf release/$syspath/$cpu/* dpkg/$syspath/$oem/opt/$dpkgpath/lib
cp sdk/include/scannerlib/* dpkg/$syspath/$oem/opt/$dpkgpath/include

View File

@ -19,7 +19,7 @@ echo "---------------dpkg hw---------------"
elif [ "$1" == "cts" ];then
echo "---------------dpkg cts---------------"
./build.sh cts $2
./build.sh ctsso $2
#./build.sh ctsso $2
else
echo "---------------dpkg all---------------"
./build.sh hg $2
@ -32,6 +32,6 @@ echo "---------------dpkg all---------------"
./build.sh hw $2
./build.sh hwso $2
./build.sh cts $2
./build.sh ctsso $2
#./build.sh ctsso $2
fi