author | Junio C Hamano <gitster@pobox.com> | |
Mon, 28 Jul 2008 07:05:10 +0000 (00:05 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 28 Jul 2008 20:09:54 +0000 (13:09 -0700) | ||
commit | 1b65f38c06e277a13fd7bf77d3d70df604912c08 | |
tree | 7e0be304001e215c07629b5d02a96ff9558d33e2 | tree | snapshot |
parent | e84a063da86cbf4382fbfb6f85e75c2ca2a8b9c7 | commit | diff |
Allow installing in the traditional way
In an earlier commit c70a8d9 (Makefile: Do not install a copy of 'git' in
$(gitexecdir), 2008-07-21), we tried to avoid installing two git, one in
/usr/bin/git and the other in /usr/libexec/git-core/git. It mistakenly
removed the only copy of git when gitexecdir and bindir are set to the
same directory, i.e. the traditional layout.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
In an earlier commit c70a8d9 (Makefile: Do not install a copy of 'git' in
$(gitexecdir), 2008-07-21), we tried to avoid installing two git, one in
/usr/bin/git and the other in /usr/libexec/git-core/git. It mistakenly
removed the only copy of git when gitexecdir and bindir are set to the
same directory, i.e. the traditional layout.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile | diff | blob | history |