Re: [PATCH] contrib/subtree: Fix make install target

2013-07-30 Thread Junio C Hamano
Michal Sojka writes: > 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 > --- Will queue, as it is obviously correct. Thank

[PATCH] contrib/subtree: Fix make install target

2013-07-30 Thread Michal Sojka
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 --- contrib/subtree/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/con