diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-03 14:34:48 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-03 14:40:53 (EDT) |
commit | 286f123d9250bce285b31eaefcd0e3f749aafcc9 (patch) | |
tree | 3d771d3b01935b87b840c54a50f2035fc714ee65 | |
parent | 8abb8b9656583787abbb6df49210c2c0dccf6111 (diff) |
source.mk: Switch to gzip
BusyBox doesn't support compressing with xz, and upstream no longer
distributes bzip2-compressed archives. So regress to gzip to keep code
simple, rather than extracting with xz and compressing with bzip2.
-rw-r--r-- | source.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -z = xz -tar_z = J +z = gz +tar_z = z keys = \ 'F40A DB90 2B24 264A A42E 50BF 92ED B04B FF32 5CF3' non_free_files = \ |