View | Details | Raw Unified | Return to issue 87583
Collapse All | Expand All

(-)desktop/scripts/soffice.sh (+12 lines)
Lines 68-73 Link Here
68
68
69
sd_binary=`basename "$0"`.bin
69
sd_binary=`basename "$0"`.bin
70
70
71
# this is a temporary hack until we can live with the default search paths
72
sd_prog1="$sd_prog/../basis-link/program"
73
sd_prog2="$sd_prog/../basis-link/ure-link/lib"
74
if [ $LD_LIBRARY_PATH ]; then
75
    SYSTEM_LD_LIBRARY_PATH=$LD_LIBRARY_PATH
76
    export SYSTEM_LD_LIBRARY_PATH
77
    LD_LIBRARY_PATH="$sd_prog1:$sd_prog2":$LD_LIBRARY_PATH
78
else
79
    LD_LIBRARY_PATH="$sd_prog1:$sd_prog2"
80
fi
81
export LD_LIBRARY_PATH
82
71
#collect all bootstrap variables specified on the command line
83
#collect all bootstrap variables specified on the command line
72
#so that they can be passed as arguments to javaldx later on
84
#so that they can be passed as arguments to javaldx later on
73
for arg in $@
85
for arg in $@

Return to issue 87583