* src/dircolors.hin: Recognize .lzma as a compressed-file suffix.
authorJim Meyering <meyering@redhat.com>
Tue, 9 Oct 2007 07:39:13 +0000 (09:39 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 9 Oct 2007 07:39:13 +0000 (09:39 +0200)
ChangeLog
src/dircolors.hin

index cb7d1f4..21c17c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 5b9dd3e..9ebd92a 100644 (file)
@@ -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