diff options
Diffstat (limited to 'distrib')
| -rw-r--r-- | distrib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/Makefile b/distrib/Makefile index c03bb75be7..f606c29c0c 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -70,7 +70,7 @@ tar-gz: @echo done @echo -n Building the tar.gz source package @tar cvf ${COQPACKAGE}.tar ${COQPACKAGE} - @gzip --best ${COQPACKAGE}.tar + @gzip --best --force ${COQPACKAGE}.tar @echo done @echo Checking release parameters ./check-list |
