Create a make.conf. not needed for runtime, but some ports want to spam it
at compile or install time. MFC after: 3 days
This commit is contained in:
parent
8e31ba530c
commit
d320499860
@ -241,6 +241,9 @@ install_etc ( ) (
|
||||
${NANO_PMAKE} __MAKE_CONF=${NANO_MAKE_CONF_INSTALL} distribution \
|
||||
DESTDIR=${NANO_WORLDDIR} \
|
||||
> ${NANO_OBJ}/_.etc 2>&1
|
||||
# make.conf doesn't get created by default, but some ports need it
|
||||
# so they can spam it.
|
||||
cp /dev/null ${NANO_WORLDDIR}/etc/make.conf
|
||||
)
|
||||
|
||||
install_kernel ( ) (
|
||||
|
Loading…
Reference in New Issue
Block a user