Merge pull request #1617 from Deixx/rebuild-gz-fix

Add force to gzip commands
This commit is contained in:
Katarzyna Treder 2025-02-28 12:39:19 +01:00 committed by GitHub
commit 69fd4a3872
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -158,7 +158,7 @@ endif
-include $(addprefix $(OBJDIR),$(OBJS:.o=.d))
manpage:
gzip -k $(TARGET).8
gzip -k -f $(TARGET).8
clean:
@echo " CLEAN "

View File

@ -24,8 +24,8 @@ endif
all: manpage
manpage:
gzip -k opencas.conf.5
gzip -k casctl.8
gzip -k -f opencas.conf.5
gzip -k -f casctl.8
install: install_files
ifeq (, $(PYTHON3))