Fix 404 errors when fetching core packages

Fix https://github.com/Augustin-FL/building-pfsense-iso-from-source/issues/62
This commit is contained in:
Augustin-FL 2024-12-03 00:47:27 +01:00
parent 50f606bb78
commit 48c98dc273
No known key found for this signature in database
GPG Key ID: 07C2BC8C948B0D9A

View File

@ -65,7 +65,7 @@ index 6280c31460..343daf49ad 100644
sed \
-e "s/%%ARCH%%/${_target_arch}/" \
+ -e "s/%%OSVERSION%%/${GIT_REPO_BRANCH_OR_TAG}/" \
+ -e "s/%%OSVERSION%%/${POUDRIERE_BRANCH}/" \
+ -e "s/%%VERSION%%/${POUDRIERE_PORTS_BRANCH}/" \
-e "s/%%MIRROR_TYPE%%/${_mirror_type}/" \
-e "s/%%PKG_REPO_BRANCH_DEVEL%%/${_pkg_repo_branch_devel}/g" \