Subject: Re: Did I miss a thread on build.sh and the "-E" flag?
To: Bill Studenmund <wrstuden@netbsd.org>
From: Ronald van der Pol <Ronald.vanderPol@rvdp.org>
List: current-users
Date: 12/16/2002 21:58:20
On Mon, Dec 16, 2002 at 12:51:42 -0800, Bill Studenmund wrote:

> > > There's a solution for this now; after a "make DESTDIR=/foo build" do
> > > 	cd distrib/sets
> > > 	make DESTDIR=/foo INSTALLDIR=/ installsets
> >
> > I thought we were supposed to use build.sh? I am still confused about
> > the "right" way to upgrade from sources.
> 
> You can also:
> 
> build.sh -D /foo .....
> cd distrib/sets
> make DESTDIR=/foo INSTALLDIR=/ installsets
> 
> Yes, build.sh is the right thing to do.

Thanks, I will try this next time. 'make ... installsets' does
not overwrite my config files in /etc?

So, this is the recipe:
build.sh -D /foo
cd distrib/sets
make DESTDIR=/foo INSTALLDIR=/ installsets
etcupdate

	rvdp