Merge pull request #1314 from Fneufneu/fix_pkgbase_bootstrap

This commit is contained in:
tschettervictor
2025-11-28 07:27:13 -07:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -272,7 +272,7 @@ bootstrap_pkgbase_release() {
-o ASSUME_ALWAYS_YES="yes" \
-o FINGERPRINTS="${fingerprints}" \
install -r "${repo_name}" \
freebsd-set-"${package}"; then
FreeBSD-set-"${package}"; then
ERROR_COUNT=$((ERROR_COUNT + 1))
fi
@@ -753,4 +753,4 @@ if [ "${PKGBASE}" -eq 0 ]; then
bastille update "${RELEASE}"
;;
esac
fi
fi

View File

@@ -75,7 +75,7 @@ bootstrap_etc_release_pkgbase() {
-o ASSUME_ALWAYS_YES="yes" \
-o FINGERPRINTS="${fingerprints}" \
install -r "${repo_name}" \
freebsd-set-src; then
FreeBSD-set-src; then
error_exit "[ERROR]: Failed to install package set: FreeBSD-set-src"
fi
else
@@ -270,4 +270,4 @@ while [ "$#" -gt 0 ]; do
esac
;;
esac
done
done