forked from lix-project/lix
Merge pull request #3289 from michaelforney/tar-J
Pass -J to tar for xz decompression
This commit is contained in:
commit
b0cadf547b
|
@ -56,7 +56,7 @@ fi
|
|||
|
||||
unpack=$tmpDir/unpack
|
||||
mkdir -p "$unpack"
|
||||
tar -xf "$tarball" -C "$unpack" || oops "failed to unpack '$url'"
|
||||
tar -xJf "$tarball" -C "$unpack" || oops "failed to unpack '$url'"
|
||||
|
||||
script=$(echo "$unpack"/*/install)
|
||||
|
||||
|
|
Loading…
Reference in a new issue