diff -r c2212f59e1cf -r c444ce4b51b9 tools/populate.in --- a/tools/populate.in Mon Aug 04 08:44:54 2008 +0000 +++ b/tools/populate.in Wed Oct 01 18:10:40 2008 +0000 @@ -5,7 +5,7 @@ # Licensed under the GPL v2 # Detect where the toolchain is: -BIN_DIR="$(cd "$(dirname "$(readlink -fn "$0")")"; pwd)" +BIN_DIR="$(cd "$(dirname "$0")"; pwd)" CT_READELF="${BIN_DIR}/@@CT_TARGET@@-readelf" CT_SYSROOT_DIR="${BIN_DIR}/../@@CT_TARGET@@/sys-root"