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
@ -152,7 +152,7 @@ stdenv.mkDerivation ({
|
|||||||
sed -i "$i" -e "s^/bin/pwd^$PWD_P^g"
|
sed -i "$i" -e "s^/bin/pwd^$PWD_P^g"
|
||||||
done
|
done
|
||||||
|
|
||||||
${if needsPorts then "tar xvjf ${srcPorts}" else ""}
|
${if needsPorts then "tar xvf ${srcPorts}" else ""}
|
||||||
|
|
||||||
mkdir ../build
|
mkdir ../build
|
||||||
cd ../build
|
cd ../build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user