From: Francois Fleuret Date: Mon, 27 Aug 2018 05:59:16 +0000 (+0200) Subject: Brain bug. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=dus.git;a=commitdiff_plain;h=cda978db6b3b278023e5ec249605706a83228d87 Brain bug. --- diff --git a/Makefile b/Makefile index 897ffc9..7af89b1 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ dus: dus.o $(CC) -o $@ $^ $(LDFLAGS) install: dus - makedir -p $(BINARY_PATH) $(MAN_PATH) + mkdir -p $(BINARY_PATH) $(MAN_PATH) install -m 755 dus $(BINARY_PATH) install -m 644 dus.1 $(MAN_PATH) gzip $(MAN_PATH)/dus.1