Revert r33547
svn path=/nixpkgs/branches/stdenv-updates/; revision=33583
This commit is contained in:
parent
358e51bb6d
commit
6f711ceb01
@ -432,7 +432,7 @@ unpackFile() {
|
|||||||
case "$curSrc" in
|
case "$curSrc" in
|
||||||
*.tar.xz | *.tar.lzma)
|
*.tar.xz | *.tar.lzma)
|
||||||
# Don't rely on tar knowing about .xz.
|
# Don't rely on tar knowing about .xz.
|
||||||
xz -d < $curSrc | tar x
|
xz -d < $curSrc | tar xf -
|
||||||
;;
|
;;
|
||||||
*.tar | *.tar.* | *.tgz | *.tbz2)
|
*.tar | *.tar.* | *.tgz | *.tbz2)
|
||||||
# GNU tar can automatically select the decompression method
|
# GNU tar can automatically select the decompression method
|
||||||
|
Loading…
x
Reference in New Issue
Block a user