From a95d43f1055bbad70276f906aea3375c6f6a0b0c Mon Sep 17 00:00:00 2001 From: Thorsten Date: Wed, 21 May 2025 16:18:00 +0200 Subject: [PATCH] Update Makefile Fixed removal of wrong man page --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 15edf24c..05e21278 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ uninstall: @rm -rvf /usr/local/share/bastille @echo @echo "removing man page" - @rm -rvf /usr/local/share/man/man1/bastille.1.gz + @rm -rvf /usr/local/share/man/man8/bastille.8.gz @echo @echo "removing configuration file" @rm -rvf /usr/local/etc/bastille/bastille.conf.sample