]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Fix the installation location.
authorJunio C Hamano <junkio@cox.net>
Fri, 13 Jan 2006 05:37:17 +0000 (21:37 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 14 Jan 2006 00:49:02 +0000 (16:49 -0800)
commitb42934d611054400de86e559577b421677b3f1ae
tree3e301249bf0b903df5fe55e03578289e330954a7
parent77cb17e940c806a4cc811bfd66187277b729a1e7
Fix the installation location.

The earlier change to separate $(gitexecdir) from $(bindir) had
the installation location of the git wrapper and the rest of the
commands the wrong way (right now, both of them point at the
same location so there is no real harm).

Also gitk needs to be installed in $(bindir).

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