mirror of
https://github.com/hackacad/bastille.git
synced 2026-03-25 10:14:59 +01:00
Merge pull request #1314 from Fneufneu/fix_pkgbase_bootstrap
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user