[Libreoffice-commits] .: desktop/scripts

Jan Holesovsky kendy at kemper.freedesktop.org
Fri Feb 18 00:32:20 PST 2011


 desktop/scripts/soffice.sh |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 087a60535e8c51ed767a00102cbb20b8fca0a8dd
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date:   Fri Feb 18 09:31:40 2011 +0100

    Initialize the runtime library paths on DragonFly

diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh
index e485b11..caa975c 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}


More information about the Libreoffice-commits mailing list