[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 sojk...@fel.cvut.cz --- contrib/subtree/Makefile | 1 + 1 file changed, 1

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

2013-07-30 Thread Junio C Hamano
Michal Sojka sojk...@fel.cvut.cz 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 sojk...@fel.cvut.cz --- Will queue,