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:
parent
af198a162d
commit
9dcff09187
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue