mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-31 16:57:10 +00:00
Stopgap fix to breakage from r348521.
MTREE is defined, while MTREE_CMD isn't, use it instead. This may not be 'right' but it fixes the CI and other issues. Submitted by: Andreas Nilsson
This commit is contained in:
parent
3b11e3b6e1
commit
a88c8ae798
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348530
@ -888,7 +888,7 @@ INSTALLFLAGS+= -h sha256
|
||||
.endif
|
||||
.if defined(DB_FROM_SRC) || defined(NO_ROOT)
|
||||
IMAKE_INSTALL= INSTALL="${INSTALL} ${INSTALLFLAGS}"
|
||||
IMAKE_MTREE= MTREE_CMD="${MTREE_CMD} ${MTREEFLAGS}"
|
||||
IMAKE_MTREE= MTREE_CMD="${MTREE} ${MTREEFLAGS}"
|
||||
.endif
|
||||
|
||||
DESTDIR_MTREEFLAGS= -deU
|
||||
|
Loading…
Reference in New Issue
Block a user