mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Makefile.inc1: Fix a typo
Fixes: 266f640b38 ("Makefile.inc1: Remove non-NO_ROOT cases from distributeworld")
This commit is contained in:
parent
b64c5a0ace
commit
cfbbe5d7fa
1 changed files with 1 additions and 1 deletions
|
|
@ -1004,7 +1004,7 @@ IMAKE_MTREE= MTREE_CMD="${MTREE_CMD} ${MTREEFLAGS}"
|
|||
.if ${DISTDIR:U/} == /
|
||||
.error DISTDIR must be set for make distributeworld and may not be the root directory.
|
||||
.endif
|
||||
if !defined(NO_ROOT) || !defined(METALOG)
|
||||
.if !defined(NO_ROOT) || !defined(METALOG)
|
||||
.error NO_ROOT and METALOG must be set for make distributeworld.
|
||||
.endif
|
||||
CERTCTLDESTDIR= ${DESTDIR}/${DISTDIR}
|
||||
|
|
|
|||
Loading…
Reference in a new issue