Add PKG_PATH for NetBSD
This commit is contained in:
parent
098f4abffd
commit
fa21044ef3
1 changed files with 5 additions and 0 deletions
|
@ -140,6 +140,11 @@ else
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$(uname -s)" = NetBSD ]
|
||||||
|
then
|
||||||
|
export PKG_PATH="https://cdn.netbsd.org/pub/pkgsrc/packages/$(uname -s)/$(uname -n)/$(uname -r)/All"
|
||||||
|
fi
|
||||||
|
|
||||||
_acp_add_path () {
|
_acp_add_path () {
|
||||||
if [ -n "$1" ] && [ -d "$1" ]
|
if [ -n "$1" ] && [ -d "$1" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue