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:
@@ -1182,10 +1182,14 @@ if [ IsOptionalHaikuImagePackageAdded XZ-Utils ] {
|
|||||||
:
|
:
|
||||||
;
|
;
|
||||||
AddExpanderRuleToHaikuImage "application/x-xz" : .tar.xz
|
AddExpanderRuleToHaikuImage "application/x-xz" : .tar.xz
|
||||||
: "xz -dc \\0045s | tar tvf -"
|
: "tar -Jtvf \\0045s"
|
||||||
: "xz -dc \\0045s | tar xvf -"
|
: "tar -Jxvf \\0045s"
|
||||||
;
|
;
|
||||||
AddExpanderRuleToHaikuImage "application/x-xz" : .txz
|
AddExpanderRuleToHaikuImage "application/x-xz" : .txz
|
||||||
|
: "tar -Jtvf \\0045s"
|
||||||
|
: "tar -Jxvf \\0045s"
|
||||||
|
;
|
||||||
|
AddExpanderRuleToHaikuImage "application/x-xz" : .xz
|
||||||
: "echo \\0045s | sed 's/.xz\\\$//g'"
|
: "echo \\0045s | sed 's/.xz\\\$//g'"
|
||||||
: "xz -df \\0045s"
|
: "xz -df \\0045s"
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user