summaryrefslogtreecommitdiff
path: root/desktop/scripts
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@freebsd.org>2011-02-08 21:14:08 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-02-08 21:14:08 +0000
commite0bb8b98af592bcb4e7d5450ec2b2eabcddb12e8 (patch)
tree15eb964d7197bc7b8ace4d5d37284a6bddaabfe1 /desktop/scripts
parent123ada6af7bd336aa07260646ee0adca33c8cbbc (diff)
add freebsd in here
Diffstat (limited to 'desktop/scripts')
-rw-r--r--desktop/scripts/unopkg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/scripts/unopkg.sh b/desktop/scripts/unopkg.sh
index 52877c886a71..2ef5bc4bc5b3 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)
+NetBSD|OpenBSD|FreeBSD)
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}}