svn commit: r219528 - head/usr.sbin/bsdinstall/scripts

Nathan Whitehorn nwhitehorn at FreeBSD.org
Fri Mar 11 19:40:50 UTC 2011


Author: nwhitehorn
Date: Fri Mar 11 19:40:49 2011
New Revision: 219528
URL: http://svn.freebsd.org/changeset/base/219528

Log:
  Correct typo.

Modified:
  head/usr.sbin/bsdinstall/scripts/auto

Modified: head/usr.sbin/bsdinstall/scripts/auto
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/auto	Fri Mar 11 19:32:15 2011	(r219527)
+++ head/usr.sbin/bsdinstall/scripts/auto	Fri Mar 11 19:40:49 2011	(r219528)
@@ -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"


More information about the svn-src-head mailing list