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
|
||||
|
||||
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 () {
|
||||
if [ -n "$1" ] && [ -d "$1" ]
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue