aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2023-11-14 07:41:47 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2023-11-14 07:43:15 +0000
commit051d69d6f8b51dc1d7bba58af99be76185312222 (patch)
tree71e5ad0b821898a6eff9baa34289e36bbc33324d /Makefile.inc1
parent030af1b62d7b9a86f5ecdceff5a1fa23e9570be1 (diff)
downloadsrc-051d69d6f8b51dc1d7bba58af99be76185312222.tar.gz
src-051d69d6f8b51dc1d7bba58af99be76185312222.zip
pkgbase: create package with SRCRELDATE not OSRELDATE as OSVERSION
In 188fe88ec50eac7c10e1d8350bf1180f8c16e463 OSVERSION has been set to OSRELDATE which is the RELDATE of the building OS while we wanted to use SRCRELDATE which is the RELDATE of the target system
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index c1dfb84538af..f47b9f66b69e 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -2194,7 +2194,7 @@ sign-packages: _pkgbootstrap .PHONY
@[ -L "${REPODIR}/$$(${PKG_CMD} -o ABI_FILE=${WSTAGEDIR}/usr/bin/uname config ABI)/latest" ] && \
unlink ${REPODIR}/$$(${PKG_CMD} -o ABI_FILE=${WSTAGEDIR}/usr/bin/uname config ABI)/latest ; \
${PKG_CMD} -o ABI_FILE=${WSTAGEDIR}/usr/bin/uname repo \
- -o OSVERSION="${OSRELDATE}" \
+ -o OSVERSION="${SRCRELDATE}" \
-m ${WSTAGEDIR}/meta \
-o ${REPODIR}/$$(${PKG_CMD} -o ABI_FILE=${WSTAGEDIR}/usr/bin/uname config ABI)/${PKG_VERSION} \
${REPODIR}/$$(${PKG_CMD} -o ABI_FILE=${WSTAGEDIR}/usr/bin/uname config ABI)/${PKG_VERSION} \