resurrecting-open-source-projects / scrot

SCReenshOT - command line screen capture utility
Other
512 stars 51 forks source link

Automake: Use default compression format #204

Closed daltomi closed 1 year ago

daltomi commented 1 year ago

Remove the forced bzip2 format and use only the default: gzip

Doc: make dist

Generate a ‘gzip’ tar archive of the distribution. This is the only format enabled by default. By default, this rule makes gzip use a compression option of --best. To make it use a different one, set the GZIP_ENV environment variable. For example, ‘make dist-gzip GZIP_ENV=-7’.

daltomi commented 1 year ago

It also fixes an error in the build of Ciruss CI: debian-*

/bin/bash: line 1: bzip2: command not found
make[1]: *** [Makefile:650: dist-bzip2] Error 127