If we carry our MODULES_WITH_WORLD, we probably also do not want
for installkernel to wipe them out later. So install them under /boot/modules if that is the case.
This commit is contained in:
parent
6de61153e8
commit
379e8aa7ec
@ -115,7 +115,11 @@ BINGRP?= wheel
|
||||
BINMODE?= 555
|
||||
NOBINMODE?= 444
|
||||
|
||||
.if defined(MODULES_WITH_WORLD)
|
||||
KMODDIR?= /boot/modules
|
||||
.else
|
||||
KMODDIR?= /boot/kernel
|
||||
.endif
|
||||
KMODOWN?= ${BINOWN}
|
||||
KMODGRP?= ${BINGRP}
|
||||
KMODMODE?= ${BINMODE}
|
||||
|
Loading…
Reference in New Issue
Block a user