From 66d7b352d637c06264ef5304faa865549db9d4e0 Mon Sep 17 00:00:00 2001 From: hanez Date: Wed, 1 Jan 2025 09:05:56 +0100 Subject: [PATCH] Makefile fix. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2fcc755..7e9ebc9 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ clean: install: cp ./checkpw /usr/bin/ cp ./checkpw.1 /usr/share/man/man1/ - gzip /usr/share/man/man1/checkpw.1 + gzip -f /usr/share/man/man1/checkpw.1 cp ./checkpw.h /usr/include/ uninstall: