This is an automated email from the ASF dual-hosted git repository.

jimjag pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-devtools.git

commit c9b58df1e164dc5156d2353d906d3495a150932a
Author: Jim Jagielski <[email protected]>
AuthorDate: Tue Aug 4 16:30:15 2026 -0400

    Fix the full path for the 32bit version of Java
---
 build-scripts/4.2.0-Dev6/unxlngi6/build_aoo32bit_on_ubuntu.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-scripts/4.2.0-Dev6/unxlngi6/build_aoo32bit_on_ubuntu.sh 
b/build-scripts/4.2.0-Dev6/unxlngi6/build_aoo32bit_on_ubuntu.sh
index 39e9151..3d9e730 100755
--- a/build-scripts/4.2.0-Dev6/unxlngi6/build_aoo32bit_on_ubuntu.sh
+++ b/build-scripts/4.2.0-Dev6/unxlngi6/build_aoo32bit_on_ubuntu.sh
@@ -66,7 +66,7 @@ if [ ! -d ../main -o ! -d sal ] ; then
        exit 1
 fi
 
-JAVA_HOME=/usr/lib/jvm/java-${AOO_JAVA_VERSION})-openjdk
+JAVA_HOME=/usr/lib/jvm/java-${AOO_JAVA_VERSION})-openjdk-i386
 if [ ! -d "$JAVA_HOME" ] ; then
     echo "JAVA_HOME not found: $JAVA_HOME"
     exit 1

Reply via email to