summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-06-25 06:24:51 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-06-25 06:24:51 (GMT)
commit710b79ab7af1b420f6b80d10fef7f8bf6d21b4d0 (patch)
treeed13e2624fe10b9370b45eb0f4e32cc793cd5543 /config
parent7ec11b4c82137ae4a72335c0b6fb826f29186cde (diff)
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(-)
Diffstat (limited to 'config')
-rw-r--r--config/global/paths.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/global/paths.in b/config/global/paths.in
index 0f04f14..f9e308a 100644
--- a/config/global/paths.in
+++ b/config/global/paths.in
@@ -43,7 +43,7 @@ config WORK_DIR
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.