summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-08-07 22:34:32 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-08-07 22:34:32 (GMT)
commitab682b5e47447539ca5e0cc3aebc6f565fcb0023 (patch)
tree3c89ba0e1615601293f0cbdcd83ff201df964983
parent9382ba4cda02ac224b99b01c2a3d2b8fbb87063f (diff)
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(-)
-rw-r--r--tools/populate.in2
1 files changed, 1 insertions, 1 deletions
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"