Skip to content
Snippets Groups Projects
Commit 122020e0 authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

Run gzip with --force

parent 84e9bcad
No related branches found
No related tags found
No related merge requests found
......@@ -110,4 +110,5 @@ SUFFIXES = .gz .tar .tar.gz
$(TAR) cf $@ $<
%.gz: %
$(GZIP) -9 $<
\ No newline at end of file
$(GZIP) -f -9 $<
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment