Comment load_chroot_env() and load_target_env() in
the release/release.conf.sample file. The uncommented version snuck in during testing. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
95d901dba9
commit
5d60413452
@ -3,10 +3,10 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
# Redefine environment variables here to override prototypes
|
||||
# defined in release.sh.
|
||||
load_chroot_env() { }
|
||||
load_target_env() { }
|
||||
## Redefine environment variables here to override prototypes
|
||||
## defined in release.sh.
|
||||
#load_chroot_env() { }
|
||||
#load_target_env() { }
|
||||
|
||||
## Set the directory within which the release will be built.
|
||||
CHROOTDIR="/scratch"
|
||||
|
Loading…
x
Reference in New Issue
Block a user