aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2025-09-16 01:04:56 +0000
committerColin Percival <cperciva@FreeBSD.org>2025-09-16 01:11:21 +0000
commitb050bfa88d4ee2acedb590777603e5c3656cdaca (patch)
treefb0f2e46790896f54a11b23dbfab3753e713ccf9
parent34a006eaa39ceb6b0a96fa386c9b9b8a44681979 (diff)
release: Pass ABI to running pkgbase-stage on dvd
I did this for disc1 but forgot to amend the dvd invocation. Fixes: 340e68fd7c0d ("release: Pass ABI to pkgbase-stage.lua") MFC after: 3 days Sponsored by: https://www.patreon.com/cperciva
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 5dede64ac9c1..41bca6dceebc 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -309,7 +309,7 @@ dvd: ${PKGBASE_REPO}
${.CURDIR}/scripts/pkgbase-stage.lua dvd \
${.OBJDIR}/pkgbase-repo/${PKG_ABI}/latest \
${.TARGET}/usr/freebsd-packages/offline \
- "${_ALL_libcompats}"
+ "${_ALL_libcompats}" ${PKG_ABI}
cp ${.CURDIR}/scripts/FreeBSD-base-offline.conf \
${.TARGET}/usr/freebsd-packages/repos/
mtree -c -p ${.TARGET}/usr/freebsd-packages | \