From 01e0f008d417f99fb794105f69b23f70c44bb9a0 Mon Sep 17 00:00:00 2001 From: sloum Date: Sun, 9 Feb 2020 22:59:40 -0800 Subject: [PATCH] Fixes error in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f04d9cd..428e81f 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ install-bin: hermes .PHONY: install-man install-man: hermes.1 gzip -k ./hermes.1 - install -d ${BINDIR} + install -d ${MAN1DIR} install -m 0644 ./hermes.1.gz ${MAN1DIR} .PHONY: clean