diff options
author | Francois Tigeot <ftigeot@wolfpond.org> | 2011-02-18 09:31:40 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-02-18 09:31:40 +0100 |
commit | 5847e3c3bd1d8821b7d894e60d84993d074bfe60 (patch) | |
tree | d6cf325e22b60cf20fd9e6606702be52dd28c56b /desktop/scripts/soffice.sh | |
parent | 342f831dddeb332f23ced98a62caf7d6b8848732 (diff) |
Initialize the runtime library paths on DragonFly
Diffstat (limited to 'desktop/scripts/soffice.sh')
-rw-r--r-- | desktop/scripts/soffice.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh index 58c4ed84c6e6..018a587de43c 100644 --- a/desktop/scripts/soffice.sh +++ b/desktop/scripts/soffice.sh @@ -70,7 +70,8 @@ fi sd_binary=`basename "$0" | sed 's/libreoffice/soffice/g'`.bin case "`uname -s`" in -NetBSD|OpenBSD|FreeBSD) # this is a temporary hack until we can live with the default search paths +NetBSD|OpenBSD|FreeBSD|DragonFly) +# this is a temporary hack until we can live with the default search paths sd_prog1="$sd_prog/../basis-link/program" sd_prog2="$sd_prog/../basis-link/ure-link/lib" LD_LIBRARY_PATH=$sd_prog1:$sd_prog2${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} |