summaryrefslogtreecommitdiffstats
path: root/scripts/make_locale.sh
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-04-02 10:51:23 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-12-17 15:13:42 +0100
commit40bbbb6434d79f66bd494477739048b61a834a26 (patch)
tree96d4a609470bf25730b18a4f20ebb6744011e373 /scripts/make_locale.sh
parent0c9366028d24ae93d1b91bce5e812c621562f8e2 (diff)
downloadptxdist-40bbbb6434d79f66bd494477739048b61a834a26.tar.gz
ptxdist-40bbbb6434d79f66bd494477739048b61a834a26.tar.xz
install_copy_toolchain.sh: use PTXDIST_SYSROOT_TOOLCHAIN
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts/make_locale.sh')
-rwxr-xr-xscripts/make_locale.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_locale.sh b/scripts/make_locale.sh
index bc1950e4d..9f741df52 100755
--- a/scripts/make_locale.sh
+++ b/scripts/make_locale.sh
@@ -63,7 +63,7 @@ add_locale() {
usage
fi
- SYSROOT_USR=`ptxd_get_sysroot_usr`
+ SYSROOT_USR="${PTXDIST_SYSROOT_TOOLCHAIN}/usr"
[ ! -d ${SYSROOT_USR} ] && { echo "Toolchain sysroot dir not found"; exit 1; }
[ ! -d ${SYSROOT_USR}/share/i18n ] && { echo "I18NPATH source dir not found"; exit 1; }