1 --- desktop/scripts/unopkg.sh 2008-01-14 15:55:26.000000000 +0000
2 +++ desktop/scripts/unopkg.sh 2008-02-14 10:52:10.000000000 +0000
10 +if [ "$arg" = "--shared" ]; then
14 +if [ $isshared -eq 1 ]; then
15 + echo $@ | grep -q env:JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY
16 + if [ $? -ne 0 ]; then
17 + set -- $@ '-env:JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY=1'
19 + echo $@ | grep -q env:UNO_JAVA_JFW_INSTALL_DATA
20 + if [ $? -ne 0 -a -w $sd_prog/../share/config/javasettingsunopkginstall.xml ]; then
21 + set -- $@ '-env:UNO_JAVA_JFW_INSTALL_DATA=$$ORIGIN/../share/config/javasettingsunopkginstall.xml'
23 + echo $@ | grep -q env:UserInstallation
24 + if [ $? -ne 0 ]; then
25 + INSTDIR=`mktemp -d -t unoinstall.XXXXXX`
26 + set -- $@ '-env:UserInstallation=file://'$INSTDIR
30 #collect all bootstrap variables specified on the command line
31 #so that they can be passed as arguments to javaldx later on
37 -exec "$sd_prog/unopkg.bin" "$@" \
38 +"$sd_prog/unopkg.bin" "$@" \
39 "-env:INIFILENAME=vnd.sun.star.pathname:$sd_prog/redirectrc"
41 +if [ -n "$INSTDIR" ]; then