拷贝帮助文档之前先创建文件夹

This commit is contained in:
yangjiaxuan 2023-11-08 10:04:12 +08:00
parent 3b69aea890
commit 29bca4589e
1 changed files with 2 additions and 0 deletions

View File

@ -331,12 +331,14 @@ if [ $OEMHELPNAME != "" ]
then
if [ $dpkgtype == "uos" ]
then
mkdir $dpkgtype/$oem/opt/apps/$dpkgpath/entries/help
cp -rf ../code_app/doc/scanner/$OEMHELPNAME"_scanSettings*" $dpkgtype/$oem/opt/apps/$dpkgpath/entries/help
if [ "$oem" == "zj" ]
then
cp -rf ../code_app/doc/scanner/$OEMHELPNAME"_scanSettings_Help_manual_EN.pdf" $dpkgtype/$oem/opt/apps/$dpkgpath/entries/help
fi
else
mkdir $dpkgtype/$oem/opt/apps/$dpkgpath/doc
cp -rf ../code_app/doc/scanner/$OEMHELPNAME"_scanSettings_Help_manual.pdf" $dpkgtype/$oem/opt/apps/$dpkgpath/doc
if [ "$oem" == "zj" ]
then