* Jeff Trawick ([EMAIL PROTECTED]) wrote :
> Thom May <[EMAIL PROTECTED]> writes:
>
> > * Jeff Trawick ([EMAIL PROTECTED]) wrote :
> > > Pier Fumagalli <[EMAIL PROTECTED]> writes:
> > >
> > > > This is (again) Thom's patch to make APXS work when we don't use standard
> > > > layouts, and we move things around after building...
>
> Why doesn't the code to move things around after building fix it up
> and not require the user to specify "-d my-server-root"? That's what
> Apache's install-bindist.sh does. I guess I'm confused about when the
> user would use the new -d option.
The major case is:
after we install, we then move the whole tree to a different location.
for the sake of argument, install into /usr/local/apache2
mv /usr/local/apache2 /usr/local/ap2-test
at that point, we need -d.
(it's analogous to the -d option to httpd)
-Thom