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
The following commit(s) were added to refs/heads/main by this push:
new 98ee416 And use 64 bit standard naming
98ee416 is described below
commit 98ee41688e1396c80b2337b3a2458707a7539781
Author: Jim Jagielski <[email protected]>
AuthorDate: Wed Aug 5 04:00:41 2026 -0400
And use 64 bit standard naming
---
build-scripts/4.2.0-Dev6/unxlngix6/build_aoo64bit_on_ubuntu.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build-scripts/4.2.0-Dev6/unxlngix6/build_aoo64bit_on_ubuntu.sh
b/build-scripts/4.2.0-Dev6/unxlngix6/build_aoo64bit_on_ubuntu.sh
index 36b087d..505dbc3 100755
--- a/build-scripts/4.2.0-Dev6/unxlngix6/build_aoo64bit_on_ubuntu.sh
+++ b/build-scripts/4.2.0-Dev6/unxlngix6/build_aoo64bit_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-amd64
if [ ! -d "$JAVA_HOME" ] ; then
echo "JAVA_HOME not found: $JAVA_HOME"
exit 1