Match PKG_PATH with NetBSD-provided one

This commit is contained in:
Anthony Rose 2023-09-20 21:46:18 +01:00
parent fa21044ef3
commit 43d7e8ccff

View file

@ -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 () {