diff -r c2212f59e1cf -r 1af057f49f7e tools/populate.in --- a/tools/populate.in Mon Aug 04 08:44:54 2008 +0000 +++ b/tools/populate.in Thu Aug 07 22:34:32 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"