3
0
Fork 0
forked from mirrors/nixpkgs

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:
Lluís Batlle i Rossell 2010-08-21 20:11:07 +00:00
parent 13a647ab4c
commit 96c53c8239

View file

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