From d6d73d476bee77cd1d2ef815ca51efc2f0689911 Mon Sep 17 00:00:00 2001 From: John Hay Date: Mon, 17 Feb 2014 12:29:17 +0000 Subject: etcupdate should use the src tree from where the release is built, not the default (/usr/src) tree. MFC after: 2 weeks --- release/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/Makefile') diff --git a/release/Makefile b/release/Makefile index c2c46de1f4e1..13ffaa606492 100644 --- a/release/Makefile +++ b/release/Makefile @@ -105,7 +105,7 @@ base.txz: sh ${.CURDIR}/scripts/mm-mtree.sh -m ${WORLDDIR} -F \ "TARGET_ARCH=${TARGET_ARCH} TARGET=${TARGET}" -D "${.OBJDIR}/${DISTDIR}/base" etcupdate extract -B -M "TARGET_ARCH=${TARGET_ARCH} TARGET=${TARGET}" \ - -d "${.OBJDIR}/${DISTDIR}/base/var/db/etcupdate" + -s ${WORLDDIR} -d "${.OBJDIR}/${DISTDIR}/base/var/db/etcupdate" # Package all components cd ${WORLDDIR} && ${IMAKE} packageworld DISTDIR=${.OBJDIR}/${DISTDIR} mv ${DISTDIR}/*.txz . -- cgit v1.2.3