Add PKG_PATH for NetBSD

This commit is contained in:
Anthony Rose 2023-09-20 21:40:37 +01:00
parent 098f4abffd
commit fa21044ef3

View file

@ -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