Makefile.inc1: set DB_FROM_SRC also for stageworld
stageworld, invoked from e.g. `make packages`, shouldn't rely on the build host's users/groups. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
a8675d927b
commit
c260dbfb47
@ -851,7 +851,8 @@ IMAKEENV+= PATH=${TMPPATH}:${INSTALLTMP}
|
||||
|
||||
# When generating install media, do not allow user and group information from
|
||||
# the build host to affect the contents of the distribution.
|
||||
.if make(distributeworld) || make(distrib-dirs) || make(distribution)
|
||||
.if make(distributeworld) || make(distrib-dirs) || make(distribution) || \
|
||||
make(stageworld)
|
||||
DB_FROM_SRC= yes
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user