Skip to content

Commit

Permalink
Merge branch 'ms/subtree-install-fix'
Browse files Browse the repository at this point in the history
* ms/subtree-install-fix:
  contrib/subtree: Fix make install target
  • Loading branch information
Junio C Hamano committed Aug 1, 2013
2 parents baa2e93 + 8e943c2 commit 898bbe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/subtree/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ $(GIT_SUBTREE): $(GIT_SUBTREE_SH)
doc: $(GIT_SUBTREE_DOC)

install: $(GIT_SUBTREE)
$(INSTALL) -d -m 755 $(DESTDIR)$(libexecdir)
$(INSTALL) -m 755 $(GIT_SUBTREE) $(DESTDIR)$(libexecdir)

install-doc: install-man
Expand Down

0 comments on commit 898bbe9

Please sign in to comment.