Skip to content

Commit 04e93de

Browse files
AndersonTorresrfjakob
authored andcommitted
Makefile: remove spurious whitespace in install-man directive
1 parent f7d6f1c commit 04e93de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ install-bin: earlyoom
6161

6262
install-man: earlyoom.1.gz
6363
ifdef PANDOC
64-
install -d $(DESTDIR) $(MAN1DIR)/
64+
install -d $(DESTDIR)$(MAN1DIR)/
6565
install -m 644 $< $(DESTDIR)$(MAN1DIR)/
6666
endif
6767

0 commit comments

Comments
 (0)