Fixing the coreutils reference in the gcc-wrapper - they did not get properly

in the path still.


svn path=/nixpkgs/branches/stdenv-updates/; revision=18531
This commit is contained in:
Lluís Batlle i Rossell 2009-11-22 18:39:27 +00:00
parent af198a162d
commit 9dcff09187

View File

@ -69,6 +69,7 @@ doSubstitute() {
-e "s^@gcc@^$gcc^g" \
-e "s^@gccProg@^$gccProg^g" \
-e "s^@binutils@^$binutils^g" \
-e "s^@coreutils@^$coreutils^g" \
-e "s^@libc@^$libc^g" \
-e "s^@ld@^$ldPath/ld^g" \
< "$src" > "$dst"