Subject: Re: BUILDING document is wrong
To: Hisashi T Fujinaka <htodd@twofifty.com>
From: Luke Mewburn <lukem@netbsd.org>
List: current-users
Date: 02/02/2003 23:23:54
On Sun, Feb 02, 2003 at 12:34:11AM -0800, Hisashi T Fujinaka wrote:
  | That's what I get for reading the docs. :)
  | 
  | it tells me to do a
  | ./build.sh -U -D /destdir installworld=/
  | 
  | which doesn't work.

you need to run the example above first.
i.e,
	as a non-root-user:
		./build.sh -U -D /destdir distribution
	then as root:
		./build.sh -U -D /destdir installworld=/

(yet another case of documentation that's not clear enough. 
sigh.  i just can't win)