# HG changeset patch # User Rob Landley # Date 1272636456 18000 # Node ID 0852a69b0d654d09eea78eaeebefd13da9eee650 # Parent 77024e0f4ccbdf7e0afb3ffb71908497294a11dd Fix the workaround for Ubuntu's newly overcomplicated host toolchain to put the new symlink in the right directory. diff -r 77024e0f4ccb -r 0852a69b0d65 host-tools.sh --- a/host-tools.sh Fri Apr 30 09:03:06 2010 -0500 +++ b/host-tools.sh Fri Apr 30 09:07:36 2010 -0500 @@ -108,7 +108,7 @@ # gcc.real. Systems that aren't crazy don't need this. ET_TU_UBUNTU="$(PATH="$OLDPATH" "$STAGE_DIR/which" gcc.real)" -[ ! -z "$ET_TU_UBUNTU" ] && ln -sf "$ET_TU_UBUNTU" gcc.real +[ ! -z "$ET_TU_UBUNTU" ] && ln -sf "$ET_TU_UBUNTU" "$STAGE_DIR/gcc.real" # We now have all the tools we need in $STAGE_DIR, so trim the $PATH to # remove the old ones.