contrib/subtree: Fix make install target
commit8e943c248ac50e7b4743019ff1ed69ac72a48fff
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 30 Jul 2013 08:16:09 +0000 (30 10:16 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Jul 2013 14:50:23 +0000 (30 07:50 -0700)
tree2308da5579641c5557fe3621b6e649bfd7bbc954
parent8f6a3e5d71fa1800c3f330bab2b6b6399ec7aea7
contrib/subtree: Fix make install target

If the libexec directory doesn't exist, git-subtree gets installed as
$prefix/share/libexec/git-core file. This patch creates the directory
before installing git-subtree file into it.

Signed-off-by: Michal Sojka <sojkam1@fel.cvut.cz>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/subtree/Makefile