From 97789c036b181b4bd84fe4e50140ed31cb3adb1a Mon Sep 17 00:00:00 2001 From: tschettervictor Date: Tue, 28 Oct 2025 13:11:22 -0600 Subject: [PATCH] fix abi --- usr/local/share/bastille/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/bootstrap.sh b/usr/local/share/bastille/bootstrap.sh index 9d1598aa..39b438c4 100644 --- a/usr/local/share/bastille/bootstrap.sh +++ b/usr/local/share/bastille/bootstrap.sh @@ -209,7 +209,7 @@ bootstrap_directories() { bootstrap_pkgbase_release() { local mirror_type="srv" - local abi="${PLATFORM_OS}:${major_version}:${HW_MACHINE_ARCH}" + local abi="${PLATFORM_OS}:${MAJOR_VERSION}:${HW_MACHINE_ARCH}" local signature_type="fingerprints" local fingerprints="${bastille_releasesdir}/${RELEASE}/usr/share/keys/pkg" local host_fingerprintsdir="/usr/share/keys/pkg"