Skip to content

Commit 5ce9bb7

Browse files
Jens K. Muellertj
Jens K. Mueller
authored andcommitted
Create install dir before copying
1 parent a867eb0 commit 5ce9bb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ MAN_PAGES = $(MANS:.md=.1)
88

99
install:
1010
@mkdir -p $(MANPREFIX)
11+
@mkdir -p $(PREFIX)/bin
1112
@echo "... installing bins to $(PREFIX)/bin"
1213
@echo "... installing man pages to $(MANPREFIX)"
1314
@$(foreach BIN, $(BINS), \

0 commit comments

Comments
 (0)