3
0
Fork 0
forked from mirrors/nixpkgs

Revert r33547

svn path=/nixpkgs/branches/stdenv-updates/; revision=33583
This commit is contained in:
Shea Levy 2012-04-04 19:45:01 +00:00
parent 358e51bb6d
commit 6f711ceb01

View file

@ -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