Skip to content

Commit

Permalink
Makefile: remove spurious whitespace in install-man directive
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonTorres authored and rfjakob committed Sep 4, 2024
1 parent f7d6f1c commit 04e93de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ install-bin: earlyoom

install-man: earlyoom.1.gz
ifdef PANDOC
install -d $(DESTDIR) $(MAN1DIR)/
install -d $(DESTDIR)$(MAN1DIR)/
install -m 644 $< $(DESTDIR)$(MAN1DIR)/
endif

Expand Down

0 comments on commit 04e93de

Please sign in to comment.