Match PKG_PATH with NetBSD-provided one
This commit is contained in:
parent
fa21044ef3
commit
43d7e8ccff
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ fi
|
||||||
|
|
||||||
if [ "$(uname -s)" = NetBSD ]
|
if [ "$(uname -s)" = NetBSD ]
|
||||||
then
|
then
|
||||||
export PKG_PATH="https://cdn.netbsd.org/pub/pkgsrc/packages/$(uname -s)/$(uname -n)/$(uname -r)/All"
|
export PKG_PATH="https://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -p)/$(uname -r|cut -f '1 2' -d.|cut -f 1 -d_)/All"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_acp_add_path () {
|
_acp_add_path () {
|
||||||
|
|
Loading…
Reference in a new issue