forked from mirrors/nixpkgs
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
|
||||
*.tar.xz | *.tar.lzma)
|
||||
# Don't rely on tar knowing about .xz.
|
||||
xz -d < $curSrc | tar x
|
||||
xz -d < $curSrc | tar xf -
|
||||
;;
|
||||
*.tar | *.tar.* | *.tgz | *.tbz2)
|
||||
# GNU tar can automatically select the decompression method
|
||||
|
|
Loading…
Reference in a new issue