Fix on the file type on glibc ports 2.12.1. (gzip vs bzip2)
svn path=/nixpkgs/branches/stdenv-updates/; revision=23339
This commit is contained in:
parent
13a647ab4c
commit
96c53c8239
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ stdenv.mkDerivation ({
|
|||
sed -i "$i" -e "s^/bin/pwd^$PWD_P^g"
|
||||
done
|
||||
|
||||
${if needsPorts then "tar xvjf ${srcPorts}" else ""}
|
||||
${if needsPorts then "tar xvf ${srcPorts}" else ""}
|
||||
|
||||
mkdir ../build
|
||||
cd ../build
|
||||
|
|
Loading…
Reference in a new issue