summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"