tweak for openbsd

This commit is contained in:
Brian West 2014-10-29 09:50:02 -05:00
parent 5488757917
commit 38707e7803

View File

@ -22,7 +22,7 @@ if [ "`id -u`" = "0" ]; then
if [ "${UNAME}" = "NetBSD" ]; then if [ "${UNAME}" = "NetBSD" ]; then
export PATH="$PATH:/usr/local/freeswitch/bin" export PATH="$PATH:/usr/local/freeswitch/bin"
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib/pkgconfig:/usr/pkg/lib/pkgconfig export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib/pkgconfig:/usr/pkg/lib/pkgconfig
export PKG_PATH=ftp://199.233.217.249/pub/pkgsrc/packages/NetBSD/amd64/6.1.3/All export PKG_PATH=http://openbsd.mirrors.pair.com/`uname -r`/packages/`machine -a`/
fi fi
if [ "${UNAME}" = "FreeBSD" ]; then if [ "${UNAME}" = "FreeBSD" ]; then
export PATH="$PATH:/usr/local/freeswitch/bin" export PATH="$PATH:/usr/local/freeswitch/bin"