build.html: fix last line of the Java installed to /usr/local instruction.

GitOrigin-RevId: 1a1387b3f0ba8e9fa05c2fbc9c53d937c6307ada
This commit is contained in:
levlam 2019-10-23 18:58:39 +03:00
parent b25e039a99
commit 3cc0e05af6
1 changed files with 3 additions and 0 deletions

View File

@ -868,6 +868,9 @@ function onOptionsChanged() {
}
commands.push('cd ..');
}
if (jni_install_dir) {
install_dir = jni_install_dir;
}
if (install_dir) {
if (install_dir !== '/usr/local') {
install_dir = 'td/tdlib';