comparison tools/makeinst-script.sh.in @ 5549:37a432f5f0eb

* tools/makeinst-script.sh.in: disable java check (Bug #59215)
author John Donoghue <john.donoghue@ieee.org>
date Thu, 08 Oct 2020 13:09:01 -0400
parents fa6fca3c12d7
children ea224bb389e3
comparison
equal deleted inserted replaced
5548:cb5d5142610a 5549:37a432f5f0eb
421 \${EndIf} 421 \${EndIf}
422 no_shortcuts_opt: 422 no_shortcuts_opt:
423 ClearErrors 423 ClearErrors
424 424
425 Call CheckWinVer 425 Call CheckWinVer
426 \${If} @ENABLE_JAVA@ == yes 426 ; Bug #59215 for now have disabled jdk detection
427 Call CheckJRE 427 ; \${If} @ENABLE_JAVA@ == yes
428 \${EndIf} 428 ; Call CheckJRE
429 ; \${EndIf}
429 InitPluginsDir 430 InitPluginsDir
430 FunctionEnd 431 FunctionEnd
431 432
432 ; file section 433 ; file section
433 Section "MainFiles" 434 Section "MainFiles"