# HG changeset patch # User "Yann E. MORIN" # Date 1218305146 0 # Node ID 373b781403fac77db2827b4702ddbd0ff9dbebde # Parent 44b2999e2c11e9df3351b0314fd393420cf40b33 Merge #908 from trunk: Simplify populate: no need to be too smart. /branches/1.2/tools/populate.in | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -r 44b2999e2c11 -r 373b781403fa tools/populate.in --- a/tools/populate.in Sat Aug 09 18:03:02 2008 +0000 +++ b/tools/populate.in Sat Aug 09 18:05:46 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"