Skip to content

Commit 898bbe9

Browse files
committed
Merge branch 'ms/subtree-install-fix'
* ms/subtree-install-fix: contrib/subtree: Fix make install target
2 parents baa2e93 + 8e943c2 commit 898bbe9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/subtree/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ $(GIT_SUBTREE): $(GIT_SUBTREE_SH)
3030
doc: $(GIT_SUBTREE_DOC)
3131

3232
install: $(GIT_SUBTREE)
33+
$(INSTALL) -d -m 755 $(DESTDIR)$(libexecdir)
3334
$(INSTALL) -m 755 $(GIT_SUBTREE) $(DESTDIR)$(libexecdir)
3435

3536
install-doc: install-man

0 commit comments

Comments
 (0)