aboutsummaryrefslogtreecommitdiff
path: root/lib/globals.sh
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-01-29 20:14:18 -0700
committerRob Savoye <rob.savoye@linaro.org>2014-01-29 20:14:18 -0700
commit50ac5e88c35b626e96fcfd15ef980ff3095fa6f7 (patch)
treeba14eca9df881f304dac0a23c9db17d305210560 /lib/globals.sh
parent3b913973a1cbe8564a175cc750b15697417e6dcd (diff)
add support for specifying an alternate prefix for installation
Change-Id: I6d11db558c856e39badc365b01364851375d43dc
Diffstat (limited to 'lib/globals.sh')
-rw-r--r--lib/globals.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/globals.sh b/lib/globals.sh
index 28ec3b6b..1336d653 100644
--- a/lib/globals.sh
+++ b/lib/globals.sh
@@ -20,6 +20,9 @@ dbpasswd="default"
manifest=
+# The prefix for installing the toolchain
+prefix=
+
# The default timeout. If you're on a wireless network this
# might not be sufficient and can be overridden at the command
# line.