diff options
author | Jim Meyering <meyering@redhat.com> | 2007-10-09 09:39:13 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-10-09 09:39:13 +0200 |
commit | 91bef1af623fc76d767ffb0af5c6d61c6f6383c5 (patch) | |
tree | 79b38e6cf2cc4f807d41c6c5e024e645c961d8eb | |
parent | b75e3b856901da8b820fdfd5a1a71135a49a56a6 (diff) | |
download | coreutils-91bef1af623fc76d767ffb0af5c6d61c6f6383c5.tar.xz |
* src/dircolors.hin: Recognize .lzma as a compressed-file suffix.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | src/dircolors.hin | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2007-10-09 Jim Meyering <meyering@redhat.com> + * src/dircolors.hin: Recognize .lzma as a compressed-file suffix. + * configure.ac (AM_INIT_AUTOMAKE): Use dist-lzma, rather than dist-bzip2. Now that we don't install su, don't make misleading suggestions. diff --git a/src/dircolors.hin b/src/dircolors.hin index 5b9dd3ecf..9ebd92af9 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -103,6 +103,7 @@ EXEC 01;32 .arj 01;31 .taz 01;31 .lzh 01;31 +.lzma 01;31 .zip 01;31 .z 01;31 .Z 01;31 |