From bd2ac5b82954b0830d91aef0ba262bc699afb5f6 Mon Sep 17 00:00:00 2001 From: hanez Date: Wed, 1 Jan 2025 10:28:34 +0100 Subject: [PATCH] Makefile update. I like absolute paths... ;) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c40407..f6b9a65 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ clean: install: cp ./checkpw /usr/bin/ - install -g 0 -o 0 -m 0644 checkpw.1 /usr/share/man/man1/ + install -g 0 -o 0 -m 0644 ./checkpw.1 /usr/share/man/man1/ gzip -f /usr/share/man/man1/checkpw.1 cp ./checkpw.h /usr/include/