lsc不拷贝语言包

This commit is contained in:
modehua 2023-02-06 15:44:55 +08:00
parent 02eec6a38d
commit 879cfd73c0
1 changed files with 3 additions and 3 deletions

View File

@ -325,13 +325,13 @@ echo $Architecture $Version
cd .. cd ..
############## ##############
##############进行copy语言包
cp -rf release/lang release/$syspath/$cpu
##############lsc不替换 ##############lsc不替换
if [ "$oem" != "lscsm" ]; if [ "$oem" != "lscsm" ];
then then
##############进行copy语言包
cp -rf release/lang release/$syspath/$cpu
sed -i "1s/.*/$packagename/g" dpkg/$syspath/$oem/DEBIAN/control sed -i "1s/.*/$packagename/g" dpkg/$syspath/$oem/DEBIAN/control
sed -i "2s/.*/$Version/g" dpkg/$syspath/$oem/DEBIAN/control sed -i "2s/.*/$Version/g" dpkg/$syspath/$oem/DEBIAN/control
fi fi