xz_utils: change mimetype for .tar.xz and .txz.

This commit is contained in:
Jerome Duval
2015-08-02 11:41:56 +00:00
parent 2684e10212
commit 671c8a12cb
2 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
"application/x-xz" .tar.xz "tar -Jtvf %s" "tar -Jxvf %s"
"application/x-xz" .txz "tar -Jtvf %s" "tar -Jxvf %s"
"application/x-xz-compressed-tar" .tar.xz "tar -Jtvf %s" "tar -Jxvf %s"
"application/x-xz-compressed-tar" .txz "tar -Jtvf %s" "tar -Jxvf %s"
"application/x-xz" .xz "echo %s | sed 's/.xz$//g'" "xz -df %s"

View File

@@ -12,7 +12,7 @@ LICENSE="
GNU GPL v3
"
COPYRIGHT="2005-2014 Lasse Collin"
REVISION="1"
REVISION="2"
ARCHITECTURES="x86 x86_64"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
# x86_gcc2 is fine as primary target architecture as long as we're building