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" _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"