Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: ensure released versions are executable
Previously we would stream the compressed output via stdin and stdout which meant we lost the executable bit on the input file. Use a different set of flags to bzip2 to preserve permissions.
- Loading branch information