From ab682b5e47447539ca5e0cc3aebc6f565fcb0023 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 7 Aug 2008 22:34:32 +0000 Subject: 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 --git a/tools/populate.in b/tools/populate.in index 00c0c75..3dc3363 100644 --- a/tools/populate.in +++ b/tools/populate.in @@ -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" -- cgit v0.10.2-6-g49f6