diff --git a/Makefile b/Makefile index 2cca7228e..2a9fb240b 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ install-base: cp -rp contrib $(RMODDIR) cp -rp docs/* $(RDOCDIR) cp docs/fhem.man $(RMANDIR)/fhem.pl.1 - gzip -9 $(RMANDIR)/fhem.pl.1 + gzip -f -9 $(RMANDIR)/fhem.pl.1 dist: @echo Version is $(VERS), Date is $(DATE)