This commit is contained in:
modehua 2023-04-17 10:27:21 +08:00
parent 1fe819e771
commit bc787edae1
1 changed files with 2 additions and 1 deletions

View File

@ -476,8 +476,9 @@ else
else
cp -rf release/$syspath/$cpu/* dpkg/$dpkgtype/$oem/opt/apps/$dpkgpath/lib
mv dpkg/$dpkgtype/$oem/opt/apps/$dpkgpath/lib/*Scan dpkg/$dpkgtype/$oem/opt/apps/$dpkgpath/bin
mv dpkg/$dpkgtype/$oem/opt/apps/$dpkgpath/lib/*App dpkg/$dpkgtype/$oem/opt/apps/$dpkgpath/bin
mv dpkg/$dpkgtype/$oem/opt/apps/$dpkgpath/lib/*Scan dpkg/$dpkgtype/$oem/opt/apps/$dpkgpath/bin
if [ $? != 0 ];
then
echo "-----------------cp fail-----------------"