「make distribution」の例を修正しました

修正

To cross-install current onto a separate partition
                                                                                                  • -
make installworld DESTDIR=${CURRENT_ROOT}
cd src/etc; make distribution DESTDIR=${CURRENT_ROOT} # if newfs'd
make installkernel KERNCONF=YOUR_KERNEL_HERE DESTDIR=${CURRENT_ROOT}

commit log

Fix the "make distribution" example; it should be run from src/.
「make distribution」の例を修正しました。これはsrc/で実行します。
$FreeBSD: src/UPDATING,v 1.445 2006/04/07 11:36:25 ru Exp $