From 19d37ff0c6cc82f2d8af07f93e6b81ccf24c7d18 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Tue, 23 Dec 2025 12:37:09 -0700 Subject: [PATCH] Makefile: typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d699acd8..f409cd1b 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ install: @echo "BASTILLE_VERSION: ${BASTILLE_DEV_VERSION}" @sed -i '' "s|BASTILLE_VERSION=.*|BASTILLE_VERSION=${BASTILLE_DEV_VERSION}|" usr/local/bin/bastille @cp -Rv usr / - @gzip -f -n /usr/local/share/man/man1/bastille*.8 + @gzip -f -n /usr/local/share/man/man8/bastille*.8 @gzip -f -n /usr/local/share/man/man5/bastille*.5 @echo @echo "This method is for testing & development."