Corrected the XZ-Utils expander rules
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35722 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
f8b1bf84a2
commit
8c2cbd9221
@ -1182,10 +1182,14 @@ if [ IsOptionalHaikuImagePackageAdded XZ-Utils ] {
|
||||
:
|
||||
;
|
||||
AddExpanderRuleToHaikuImage "application/x-xz" : .tar.xz
|
||||
: "xz -dc \\0045s | tar tvf -"
|
||||
: "xz -dc \\0045s | tar xvf -"
|
||||
: "tar -Jtvf \\0045s"
|
||||
: "tar -Jxvf \\0045s"
|
||||
;
|
||||
AddExpanderRuleToHaikuImage "application/x-xz" : .txz
|
||||
: "tar -Jtvf \\0045s"
|
||||
: "tar -Jxvf \\0045s"
|
||||
;
|
||||
AddExpanderRuleToHaikuImage "application/x-xz" : .xz
|
||||
: "echo \\0045s | sed 's/.xz\\\$//g'"
|
||||
: "xz -df \\0045s"
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user