From 9dcff09187d5e41ed9bf4d841243a4bf6082c719 Mon Sep 17 00:00:00 2001 From: LluĂ­s Batlle i Rossell Date: Sun, 22 Nov 2009 18:39:27 +0000 Subject: 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 --- pkgs/build-support/gcc-wrapper/builder.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/build-support') 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" -- cgit 1.4.1