diff options
author | Francois Tigeot <ftigeot@wolfpond.org> | 2011-02-27 15:19:39 +0100 |
---|---|---|
committer | Francois Tigeot <ftigeot@wolfpond.org> | 2011-02-27 15:19:39 +0100 |
commit | cfc854af6e640efbda1a1f135a81bc5444a814a0 (patch) | |
tree | 9d59fe6c177f4d092764d1a6e80fcce05df0de6f | |
parent | 27a1dcbfc9967519e63f057100ce434a4c5554bd (diff) |
Handle DragonFly like the other BSDs in more cases.
-rw-r--r-- | desktop/scripts/unopkg.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/scripts/unopkg.sh b/desktop/scripts/unopkg.sh index dec1389c2948..16aec4542a23 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}} |