mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Eliminate a typo that crept into a last minute change before commit :(
Noticed by: Olivier Cochard-Labbe
This commit is contained in:
parent
ed5ee4b7a5
commit
3a757adfa8
1 changed files with 1 additions and 1 deletions
|
|
@ -1024,7 +1024,7 @@ export_var ( ) { # Don't wawnt a subshell
|
|||
set_defaults_and_export ( ) {
|
||||
: ${NANO_OBJ:=/usr/obj/nanobsd.${NANO_NAME}}
|
||||
: ${MAKEOBJDIRPREFIX:=${NANO_OBJ}}
|
||||
: ${NANO_DISKIMGDIR=:${NANO_OBJ}}
|
||||
: ${NANO_DISKIMGDIR:=${NANO_OBJ}}
|
||||
NANO_WORLDDIR=${NANO_OBJ}/_.w
|
||||
NANO_MAKE_CONF_BUILD=${MAKEOBJDIRPREFIX}/make.conf.build
|
||||
NANO_MAKE_CONF_INSTALL=${NANO_OBJ}/make.conf.install
|
||||
|
|
|
|||
Loading…
Reference in a new issue