mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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
@ -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 New Issue
Block a user