tools/populate.in
changeset 848 5b3785e0d41d
parent 755 c2212f59e1cf
child 910 9db42913e2ae
     1.1 --- a/tools/populate.in	Mon Aug 04 08:44:54 2008 +0000
     1.2 +++ b/tools/populate.in	Thu Sep 11 09:01:48 2008 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  # Licensed under the GPL v2
     1.5  
     1.6  # Detect where the toolchain is:
     1.7 -BIN_DIR="$(cd "$(dirname "$(readlink -fn "$0")")"; pwd)"
     1.8 +BIN_DIR="$(cd "$(dirname "$0")"; pwd)"
     1.9  CT_READELF="${BIN_DIR}/@@CT_TARGET@@-readelf"
    1.10  CT_SYSROOT_DIR="${BIN_DIR}/../@@CT_TARGET@@/sys-root"
    1.11