Re: fake install path

2004-03-02 Thread Allen Liu --- work
: Jonathan Dill [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, March 01, 2004 7:08 PM Subject: Re: fake install path Brandon D. Valentine wrote: On Mon, Mar 01, 2004 at 10:10:13PM +0100, Paul Bijnens wrote: Jonathan Dill wrote: make install VARIABLE=/tmp/amanda-2.4.4p2 The prefix= can

fake install path

2004-03-01 Thread Jonathan Dill
I vaguely recall that there is variable that you can pass to 'make' to install to a different root, similar to what happens during building a binary RPM, for example: make install VARIABLE=/tmp/amanda-2.4.4p2 The result is that you end up with all of the amanda files in

Re: fake install path

2004-03-01 Thread Paul Bijnens
Jonathan Dill wrote: I vaguely recall that there is variable that you can pass to 'make' to install to a different root, similar to what happens during building a binary RPM, for example: make install VARIABLE=/tmp/amanda-2.4.4p2 The prefix= can be specified to override the configure prefix

Re: fake install path

2004-03-01 Thread Jonathan Dill
Thanks, that worked: make install prefix=/tmp/amanda-2.4.4p2/usr/local cd /tmp/amanda-2.4.4p2 tar cvzf ../amanda-tarball.tgz Paul Bijnens wrote: The prefix= can be specified to override the configure prefix like: make install prefix=/tmp/amanda-2.4.4p2

Re: fake install path

2004-03-01 Thread Brandon D. Valentine
On Mon, Mar 01, 2004 at 10:10:13PM +0100, Paul Bijnens wrote: Jonathan Dill wrote: I vaguely recall that there is variable that you can pass to 'make' to install to a different root, similar to what happens during building a binary RPM, for example: make install

Re: fake install path

2004-03-01 Thread Paul Bijnens
Brandon D. Valentine wrote: On Mon, Mar 01, 2004 at 10:10:13PM +0100, Paul Bijnens wrote: Jonathan Dill wrote: make install VARIABLE=/tmp/amanda-2.4.4p2 The prefix= can be specified to override the configure prefix like: make install prefix=/tmp/amanda-2.4.4p2 This is not what you want,