1*cdf0e10cSrcweir#! /bin/sh 2*cdf0e10cSrcweirfor d in $(cd ../../../../.. && pwd)/ooo-svn /usr/lib/ooo3/; do 3*cdf0e10cSrcweir if test -d $d; then 4*cdf0e10cSrcweir export OOO_INSTALL_PREFIX=$d 5*cdf0e10cSrcweir break 6*cdf0e10cSrcweir fi 7*cdf0e10cSrcweirdone 8*cdf0e10cSrcweirexport SAL_ALLOW_LINKOO_SYMLINKS=1 9*cdf0e10cSrcweirtest -d $OOO_INSTALL_PREFIX/openoffice.org3 && export OOO_PREFIX_BRAND=$OOO_INSTALL_PREFIX/openoffice.org3 || export OOO_PREFIX_BRAND=$OOO_INSTALL_PREFIX 10*cdf0e10cSrcweirexport LD_LIBRARY_PATH="$OOO_PREFIX_BRAND/basis-link/program:$OOO_PREFIX_BRAND/basis-link/ure-link/lib" 11*cdf0e10cSrcweir../../unx*.pro/bin/test "$@" 12