mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
xz_utils: change mimetype for .tar.xz and .txz.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user