From b09275ea5e880c8bb6e19d0e225c0dfe45c629ae Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 9 Aug 2008 18:05:46 +0000 Subject: 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 --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