* Curl is used during the bootstrap, so don't rely on pattern

substitution being efficient.

svn path=/nixpkgs/branches/stdenv-updates/; revision=31792
This commit is contained in:
Eelco Dolstra 2012-01-23 13:06:01 +00:00
parent 91b19832c9
commit 3cf71dcfd1

View File

@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
};
preConfigure = ''
substituteInPlace configure --replace /usr/bin /no-such-path
sed -e 's|/usr/bin|/no-such-path|g' -i.bak configure
'';
meta = {