]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Install git builtins into gitexecdir rather than bindir.
authorSean <seanlkml@sympatico.ca>
Mon, 22 May 2006 04:42:59 +0000 (00:42 -0400)
committerJunio C Hamano <junkio@cox.net>
Tue, 23 May 2006 01:52:19 +0000 (18:52 -0700)
commit7f7e6eacf999cb53771426e561589f721e6c9974
treea9689230e60c9ce44f791112bf7d5bdf04455754
parent1100ac81a90b03e0c037a286569a340decf7489b
Install git builtins into gitexecdir rather than bindir.

Moving "git-cmd" commands out of the path and into a special
git exec path, should include the builtins.

[jc: fixed the case where bindir == gitexecdir - ln -f fails
 with a complaint that src and dst are the same, likewise for
 the fallback cp.]

Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile