We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents baa2e93 + 8e943c2 commit 898bbe9Copy full SHA for 898bbe9
1 file changed
contrib/subtree/Makefile
@@ -30,6 +30,7 @@ $(GIT_SUBTREE): $(GIT_SUBTREE_SH)
30
doc: $(GIT_SUBTREE_DOC)
31
32
install: $(GIT_SUBTREE)
33
+ $(INSTALL) -d -m 755 $(DESTDIR)$(libexecdir)
34
$(INSTALL) -m 755 $(GIT_SUBTREE) $(DESTDIR)$(libexecdir)
35
36
install-doc: install-man
0 commit comments