Skip to content

Commit 944e1c8

Browse files
vascoolpaulusmack
authored andcommitted
gitk: Makefile: create install bin directory
Force creation of destination bin directory. Without this, gitk would fail to install if this directory didn't already exist. Signed-off-by: Vasco Almeida <[email protected]> Signed-off-by: Paul Mackerras <[email protected]>
1 parent 7f00f4c commit 944e1c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ endif
5050
all:: gitk-wish $(ALL_MSGFILES)
5151

5252
install:: all
53+
$(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(bindir_SQ)'
5354
$(INSTALL) -m 755 gitk-wish '$(DESTDIR_SQ)$(bindir_SQ)'/gitk
5455
$(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(msgsdir_SQ)'
5556
$(foreach p,$(ALL_MSGFILES), $(INSTALL) -m 644 $p '$(DESTDIR_SQ)$(msgsdir_SQ)' &&) true

0 commit comments

Comments
 (0)