summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-06-17 09:09:00 +0200
committerJim Meyering <meyering@redhat.com>2010-06-17 09:09:00 +0200
commita6ac6da650a6681531dbab8fb1f80ced213a5914 (patch)
treedd8cec902d84c8799c308c00661d856515206b6b
parent65ad2a19e38dc5ade71027c2f594bd1e862520a1 (diff)
downloadidutils-a6ac6da650a6681531dbab8fb1f80ced213a5914.tar.gz
idutils-a6ac6da650a6681531dbab8fb1f80ced213a5914.tar.bz2
idutils-a6ac6da650a6681531dbab8fb1f80ced213a5914.zip
mkid: handle the .xz suffix
* libidu/id-lang.map: Teach mkid about the .xz suffix. Tell mkid to use the "xz" program on .lzma files.
-rw-r--r--libidu/id-lang.map3
1 files changed, 2 insertions, 1 deletions
diff --git a/libidu/id-lang.map b/libidu/id-lang.map
index ef5319a..dc601bf 100644
--- a/libidu/id-lang.map
+++ b/libidu/id-lang.map
@@ -102,4 +102,5 @@ configure.in m4
*.Z FILTER gzip -d <%s
*.gz FILTER gzip -d <%s
*.bz2 FILTER bzip2 -d <%s
-*.lzma FILTER lzma -d <%s
+*.xz FILTER xz -d <%s
+*.lzma FILTER xz -d <%s