[Libreoffice-commits] .: desktop/scripts
François Tigeot
ftigeot at kemper.freedesktop.org
Sun Feb 27 06:20:32 PST 2011
desktop/scripts/unopkg.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 16dcec97c317badacaed12eb01a3b91ace4a42df
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date: Sun Feb 27 15:19:39 2011 +0100
Handle DragonFly like the other BSDs in more cases.
diff --git a/desktop/scripts/unopkg.sh b/desktop/scripts/unopkg.sh
index dd1173f..9e2ee78 100644
--- a/desktop/scripts/unopkg.sh
+++ b/desktop/scripts/unopkg.sh
@@ -45,7 +45,7 @@ cd "$sd_cwd"
# this is a temporary hack until we can live with the default search paths
case "`uname -s`" in
-NetBSD|OpenBSD|FreeBSD)
+NetBSD|OpenBSD|FreeBSD|DragonFly)
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