From ba64ae3348b4e370ff4130fe93a4537a4b3b6291 Mon Sep 17 00:00:00 2001 From: tschettervictor Date: Sat, 6 Dec 2025 23:21:45 -0700 Subject: [PATCH] spacing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index af284f59..0e3f18eb 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ install: @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*.1 - @gzip -f -n /usr/local/share/man/man5/bastille*.5 + @gzip -f -n /usr/local/share/man/man5/bastille*.5 @echo @echo "This method is for testing & development." @echo "Please report any issues to https://github.com/BastilleBSD/bastille/issues"