[Sorry if I miss something; I haven't read that thread fully.]

>>> "Christophe" == Christophe Tronche <[EMAIL PROTECTED]> writes:

[...]

 Christophe> ./configure --prefix=<your build prefix>
 Christophe> make
 Christophe> make install prefix=<potential-build-root><your-prefix>.

 Christophe> The package must support this (it's the case if you
 Christophe> don't do anything particular).

What about

  make DESTDIR=<potential-build-root> install

That's exactly what DESTDIR is meant for.

[...]

-- 
Alexandre Duret-Lutz

Reply via email to