force overwrite compessed man file

This commit is contained in:
tschettervictor
2025-09-25 12:18:17 -06:00
parent 90d1b6ba32
commit 3cab4fa124

View File

@@ -12,7 +12,7 @@ install:
@echo "BASTILLE_VERSION: ${BASTILLE_BRANCH}-${BASTILLE_VERSION}"
@sed -i '' "s/BASTILLE_VERSION=.*/BASTILLE_VERSION=${BASTILLE_BRANCH}-${BASTILLE_VERSION}/" usr/local/bin/bastille
@cp -Rv usr /
@gzip -n /usr/local/share/man/man8/bastille.8
@gzip -f -n /usr/local/share/man/man8/bastille.8
@echo
@echo "This method is for testing & development."
@echo "Please report any issues to https://github.com/BastilleBSD/bastille/issues"