diff options
author | Jim Meyering <meyering@redhat.com> | 2010-06-17 09:09:00 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-06-17 09:09:00 +0200 |
commit | a6ac6da650a6681531dbab8fb1f80ced213a5914 (patch) | |
tree | dd8cec902d84c8799c308c00661d856515206b6b | |
parent | 65ad2a19e38dc5ade71027c2f594bd1e862520a1 (diff) | |
download | idutils-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.map | 3 |
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 |