Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore the old behavior when using gzip
Commit b2f454b ("Add option to control keymaps compression") removed -n option from gzip invocation, the absence of which makes gzip write file timestamps into compressed .gz files. These timestamps vary from one build to another, and so the resulting installed .gz files are non-reproducible. Since not all archivers understand this option it is impossible to add it for all archivers by default. But we can bring back the default behavior (the case where no configure options were specified) by using “gzip -n” as the archiver. Link: #124 Fixes: b2f454b ("Add option to control keymaps compression") Signed-off-by: Alexey Gladkov <[email protected]>
- Loading branch information