automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [patch]: automatically buiding rpm (and others) with automake


From: Alexandre Duret-Lutz
Subject: Re: [patch]: automatically buiding rpm (and others) with automake
Date: 13 Nov 2001 17:28:01 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1

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

>>> "Christophe" == Christophe Tronche <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]