environment was not being passed correctly to subtargets, see http://lists.freebsd.org/pipermail/freebsd-current/2004-August/034574.html. Thanks go to Simon L. Nielsen.
This commit is contained in:
parent
a305599a9f
commit
ddc9dc7e58
@ -494,8 +494,8 @@ setup|update)
|
||||
mkdir -p ${ezjail_jailfull} || exerr "Cannot create temporary Jail directory."
|
||||
|
||||
# make and setup our world, then split basejail and newjail
|
||||
cd ${ezjail_sourcetree} && make ${ezjail_installaction} DESTDIR=${ezjail_jailfull} || exerr "make ${ezjail_installaction} failed."
|
||||
cd ${ezjail_sourcetree}/etc && make distribution DESTDIR=${ezjail_jailfull} || exerr "make distribution failed."
|
||||
cd ${ezjail_sourcetree} && env DESTDIR=${ezjail_jailfull} make ${ezjail_installaction} || exerr "make ${ezjail_installaction} failed."
|
||||
cd ${ezjail_sourcetree}/etc && env DESTDIR=${ezjail_jailfull} make distribution || exerr "make distribution failed."
|
||||
ezjail_splitworld
|
||||
|
||||
fi # installaction="none"
|
||||
|
Loading…
x
Reference in New Issue
Block a user