fswebcam icon indicating copy to clipboard operation
fswebcam copied to clipboard

gzip option `--best` not universal; use `-9` instead

Open undefx opened this issue 4 years ago • 0 comments

The busybox implementation of gzip doesn't support the alias option --best. It does support -9, which is equivalent. The Makefile would be more portable (e.g. would work in alpine linux) if the more universal flag -9 was used instead.

undefx avatar Jul 29 '20 03:07 undefx