# HG changeset patch # User "Yann E. MORIN" # Date 1214375091 0 # Node ID 81f456c7bc6867900d271f7eb26e764b3399bffd # Parent fc9588d57c0f514e6415231942cada1ccf8df254 Change default path where toolchain will run from to "${HOME}/x-tools/${CT_TARGET}". /trunk/config/global/paths.in | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -r fc9588d57c0f -r 81f456c7bc68 config/global/paths.in --- a/config/global/paths.in Tue Jun 24 16:46:24 2008 +0000 +++ b/config/global/paths.in Wed Jun 25 06:24:51 2008 +0000 @@ -43,7 +43,7 @@ config PREFIX_DIR string prompt "Prefix directory" - default "${HOME}/${CT_TARGET}" + default "${HOME}/x-tools/${CT_TARGET}" help This is the path the toolchain will run from.