summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-08-09 18:05:46 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-08-09 18:05:46 (GMT)
commitb09275ea5e880c8bb6e19d0e225c0dfe45c629ae (patch)
tree4df27b60e27271a8abde8f8c67e20e092a2c8fdd
parentee225f2629d5059fd3960c5b930b3615fc1af9f3 (diff)
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(-)
-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"