mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
release: Build dvd image before staging pkgs
This missing dependency is only visible with -jN (which was otherwise broken until recently) and only when building DVD images (which aren't included in weekly snapshots and thereby slipped past testing). MFC after: 3 days (cherry picked from commit 567cbd8ff1c4edc1f2015ec4f93608aaf5a3c546)
This commit is contained in:
parent
d576c1dd97
commit
f1c7e9bc72
1 changed files with 1 additions and 1 deletions
|
|
@ -300,7 +300,7 @@ packagesystem: ${DISTRIBUTIONS}
|
|||
sh ${.CURDIR}/scripts/make-manifest.sh *.txz > MANIFEST
|
||||
touch ${.TARGET}
|
||||
|
||||
pkg-stage:
|
||||
pkg-stage: dvd
|
||||
# TODO: Support for -DNO_ROOT
|
||||
.if !defined(NOPKG) || empty(NOPKG)
|
||||
env PORTSDIR=${PORTSDIR} REPOS_DIR=${.CURDIR}/pkg_repos/ \
|
||||
|
|
|
|||
Loading…
Reference in a new issue