From 3a0801282a0aabc64a15f9afc3aedeac6226a979 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 4 May 2024 10:18:15 +0200 Subject: tdf#160924: SDK: typo SDK_HOME instead of OO_SDK_HOME for linux Change-Id: I8ec2bc31b19cc6b724a6f7ea3238dda8cf60d4b7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167111 Tested-by: Jenkins Reviewed-by: Julien Nabet (cherry picked from commit 6aa2e8fe2b0b59e2fe20191decb9bd6202dabcc9) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167073 Reviewed-by: Adolfo Jayme Barrientos Reviewed-by: Ilmari Lauhakangas (cherry picked from commit ee9f7d31348e917eb8ba5b007a6679e01ecdb37f) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167081 Reviewed-by: Christian Lohmaier --- odk/docs/install.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odk/docs/install.html b/odk/docs/install.html index 3bf36d8a2563..e23fa3a535fe 100644 --- a/odk/docs/install.html +++ b/odk/docs/install.html @@ -459,7 +459,7 @@ LD_LIBRARY_PATH =$OO_SDK_URE_LIB_DIR: - $SDK_HOME/linux/lib: + $OO_SDK_HOME/linux/lib: $LD_LIBRARY_PATH

The LD_LIBRARY_PATH will be set or will be extended by the office/URE library path, the -- cgit