From 9be5b35bcbc568ffc583087339c74047ce49666b Mon Sep 17 00:00:00 2001 From: Liam Waldron Date: Tue, 28 Mar 2023 16:49:04 -0400 Subject: [PATCH] fix issues in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 99862c0..056766d 100644 --- a/Makefile +++ b/Makefile @@ -7,5 +7,5 @@ install: src/pm man/pm.1 install src/pm $(PREFIX)/bin install -d $(PM_ENTRIES_DIR) touch $(PM_ENTRIES_DIR)/$(PM_ENTRIES_FILE) - install -g 0 -o 0 -m man/pm.1 /usr/local/man/man1 + install -g 0 -o 0 -m man/pm.1 /usr/local/man/man1/pm.1 gzip /usr/local/man/man1/pm.1