Merge #908 from trunk: 1.2
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Aug 09 18:05:46 2008 +0000 (2008-08-09)
branch1.2
changeset 779373b781403fa
parent 778 44b2999e2c11
child 780 da5cd379de06
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(-)
tools/populate.in
     1.1 --- a/tools/populate.in	Sat Aug 09 18:03:02 2008 +0000
     1.2 +++ b/tools/populate.in	Sat Aug 09 18:05:46 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