summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall/scripts/auto
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2011-03-11 19:40:49 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2011-03-11 19:40:49 +0000
commit2d07803115870d2c7b7c79225efb17823ae34056 (patch)
treea1954e0b098fb1613dc70629004948340642358f /usr.sbin/bsdinstall/scripts/auto
parent71e24b546bbaa4c291beddbaceec612943e36b4f (diff)
downloadFreeBSD-src-2d07803115870d2c7b7c79225efb17823ae34056.zip
FreeBSD-src-2d07803115870d2c7b7c79225efb17823ae34056.tar.gz
Correct typo.
Diffstat (limited to 'usr.sbin/bsdinstall/scripts/auto')
-rwxr-xr-xusr.sbin/bsdinstall/scripts/auto2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/scripts/auto b/usr.sbin/bsdinstall/scripts/auto
index 68028ac..a4c5c82 100755
--- a/usr.sbin/bsdinstall/scripts/auto
+++ b/usr.sbin/bsdinstall/scripts/auto
@@ -114,7 +114,7 @@ if [ ! -z "$FETCH_DISTRIBUTIONS" ]; then
ALL_DISTRIBUTIONS="$DISTRIBUTIONS"
# Download to a directory in the new system as scratch space
- BSDINSTALL_FETCHDEST="$BSDINSTALL_CHROOT/usr/bsdinstall-dist"
+ BSDINSTALL_FETCHDEST="$BSDINSTALL_CHROOT/usr/freebsd-dist"
mkdir -p "$BSDINSTALL_FETCHDEST" || error
export DISTRIBUTIONS="$FETCH_DISTRIBUTIONS"
OpenPOWER on IntegriCloud