diff --git a/build.sh b/build.sh index e855263..06bbad4 100755 --- a/build.sh +++ b/build.sh @@ -93,12 +93,12 @@ function appbuild() git -C ../sdk checkout . git -C ../sdk pull - #git -C ../code_device clean -df + git -C ../code_device clean -df #git -C ../code_device checkout . - #git -C ../code_device pull + git -C ../code_device pull git -C ../code_app clean -df - git -C ../code_app checkout . + #git -C ../code_app checkout . git -C ../code_app pull git -C ../code_lang checkout . @@ -480,13 +480,14 @@ else then mv dpkg/$dpkgtype/$oem/opt/apps/$dpkgpath/files/lib/*App dpkg/$dpkgtype/$oem/opt/apps/$dpkgpath/files/bin fi + mv dpkg/$dpkgtype/$oem/opt/apps/$dpkgpath/files/lib/*OCR dpkg/$dpkgtype/$oem/opt/apps/$dpkgpath/files/bin if [ "$oem" == "dl" ]; then mv dpkg/$dpkgtype/$oem/opt/apps/$dpkgpath/files/lib/"DELI SCAN" dpkg/$dpkgtype/$oem/opt/apps/$dpkgpath/files/bin/DELISCAN else - mv dpkg/$dpkgtype/$oem/opt/apps/$dpkgpath/lib/*Scan dpkg/$dpkgtype/$oem/opt/apps/$dpkgpath/files/bin + mv dpkg/$dpkgtype/$oem/opt/apps/$dpkgpath/files/lib/*Scan dpkg/$dpkgtype/$oem/opt/apps/$dpkgpath/files/bin/ fi