This commit is contained in:
modehua 2022-10-10 16:04:30 +08:00
parent 4a461604a3
commit 9ed53d7488
1 changed files with 5 additions and 2 deletions

View File

@ -264,7 +264,7 @@ else
sed -i "s/arm64/mips64/g" dpkg/$syspath/$oem/opt/apps/$dpkgpath/info
fi
cp release/$syspath/$cpu/* dpkg/$syspath/$oem/opt/apps/$dpkgpath/files/lib
cp release/$syspath/$cpu/* dpkg/$syspath/$oem/opt/apps/$dpkgpath/files/lib
cp release/$syspath/$cpu/*Scan dpkg/$syspath/$oem/opt/apps/$dpkgpath/files/bin
cp release/$syspath/$cpu/*App dpkg/$syspath/$oem/opt/apps/$dpkgpath/files/bin
else
@ -273,7 +273,10 @@ else
cp release/$syspath/$cpu/*App dpkg/$syspath/$oem/opt/apps/$dpkgpath/bin
fi
fi
if [ $? != 0 ];then
echo "cp fail"
exit 1
fi
pwd
chmod 755 dpkg -R