# HG changeset patch # User "Yann E. MORIN" # Date 1218148472 0 # Node ID 1af057f49f7e2da477c935009a049651ab5a1100 # Parent 722d8cc91946ed0f3e1f215a4f5b6b8f7e4abc9a Simplify populate: no need to be too smart. If someone is playing us tricks, let him/her be beaten back. Chances are he/she knows what happens when he/she finds out it does not work any more! /trunk/tools/populate.in | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -r 722d8cc91946 -r 1af057f49f7e tools/populate.in --- a/tools/populate.in Thu Aug 07 21:33:09 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"