mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
* Doh.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31726
This commit is contained in:
parent
84c0185038
commit
b27b5dfd75
@ -432,7 +432,7 @@ unpackFile() {
|
||||
case "$curSrc" in
|
||||
*.tar.xz | *.tar.lzma)
|
||||
# Don't rely on tar knowing about .xz.
|
||||
xz -d < $curSrc | tar xv -
|
||||
xz -d < $curSrc | tar xvf -
|
||||
;;
|
||||
*.tar | *.tar.* | *.tgz | *.tbz2)
|
||||
# GNU tar can automatically select the decompression method
|
||||
|
Loading…
Reference in New Issue
Block a user