From e45229bd51d738ea01b1a24f5759c34b06842a87 Mon Sep 17 00:00:00 2001 From: Mickael Maillot Date: Fri, 28 Nov 2025 14:01:50 +0100 Subject: [PATCH] fix pkg sets name --- usr/local/share/bastille/bootstrap.sh | 4 ++-- usr/local/share/bastille/etcupdate.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/usr/local/share/bastille/bootstrap.sh b/usr/local/share/bastille/bootstrap.sh index a88b4e2a..89d4d024 100644 --- a/usr/local/share/bastille/bootstrap.sh +++ b/usr/local/share/bastille/bootstrap.sh @@ -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 \ No newline at end of file +fi diff --git a/usr/local/share/bastille/etcupdate.sh b/usr/local/share/bastille/etcupdate.sh index 4d85f2bd..fb5b50df 100644 --- a/usr/local/share/bastille/etcupdate.sh +++ b/usr/local/share/bastille/etcupdate.sh @@ -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 \ No newline at end of file +done