diff options
author | Baptiste Daroussin <bapt@freebsd.org> | 2011-02-08 21:14:08 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-02-08 21:14:08 +0000 |
commit | e0bb8b98af592bcb4e7d5450ec2b2eabcddb12e8 (patch) | |
tree | 15eb964d7197bc7b8ace4d5d37284a6bddaabfe1 /desktop/scripts | |
parent | 123ada6af7bd336aa07260646ee0adca33c8cbbc (diff) |
add freebsd in here
Diffstat (limited to 'desktop/scripts')
-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 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}} |