From 348f05f266d2b5fd3e64d8ae0015df928fa182ed Mon Sep 17 00:00:00 2001 From: tschettervictor Date: Sun, 7 Sep 2025 16:41:32 -0600 Subject: [PATCH] Move man to /usr/local/share --- Makefile | 2 +- usr/local/{ => share}/man/man8/bastille.8 | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename usr/local/{ => share}/man/man8/bastille.8 (100%) diff --git a/Makefile b/Makefile index a9212c95..dc3e1141 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ uninstall: @rm -rvf /usr/local/share/bastille @echo @echo "removing man page" - @rm -rvf /usr/local/share/man/man8/bastille.8.gz + @rm -rvf /usr/local/share/man/man8/bastille* @echo @echo "removing configuration file" @rm -rvf /usr/local/etc/bastille/bastille.conf.sample diff --git a/usr/local/man/man8/bastille.8 b/usr/local/share/man/man8/bastille.8 similarity index 100% rename from usr/local/man/man8/bastille.8 rename to usr/local/share/man/man8/bastille.8