This commit is contained in:
yangjiaxuan 2023-11-08 10:29:58 +08:00
parent 29bca4589e
commit c9a2d46d34
1 changed files with 1 additions and 1 deletions

View File

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