[PATCH] Add DEST Makefile variable

2005-04-21 Thread Matthias Urlichs
This patch changes the Makefile to add a DEST variable (still defaulting to ~/bin/) so that people (or scripts) can trivially install git Somewhere Else. Signed-Off-By: Matthias Urlichs [EMAIL PROTECTED] --- 42a073eb6b5bb397a3e8768a032463a7fa02e6b9/Makefile (mode:100644

Re: [PATCH] Add DEST Makefile variable

2005-04-21 Thread Matthias Urlichs
Hi, Junio C Hamano: I sent essentially the same some time ago and got a comment to follow established naming convention. Well, for a Makefile which installs in basically one directory, that seems to be overkill. # DESTDIR= BINDIR=$(HOME)/bin install foobar