about summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-11-22 18:39:27 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-11-22 18:39:27 +0000
commit9dcff09187d5e41ed9bf4d841243a4bf6082c719 (patch)
treea432e92ea8a8be37c4be9f43ae1bc2bae018c019 /pkgs/build-support
parentaf198a162dd97061bb566b2c19bb29d8620c0c52 (diff)
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
Diffstat (limited to 'pkgs/build-support')
-rw-r--r--pkgs/build-support/gcc-wrapper/builder.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/build-support/gcc-wrapper/builder.sh b/pkgs/build-support/gcc-wrapper/builder.sh
index cf4d6dfed9639..dd64987ade2bc 100644
--- a/pkgs/build-support/gcc-wrapper/builder.sh
+++ b/pkgs/build-support/gcc-wrapper/builder.sh
@@ -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"