summaryrefslogtreecommitdiff
path: root/config/global.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-15 17:00:30 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-15 17:00:30 (GMT)
commitd995e22025f37fb013537ed6d722ab467aa5a2dc (patch)
treec101b5f02eff99560f3f33193edee0368d647fa8 /config/global.in
parent51212ec0ebd0c55cabdadd31aa14f9ac92880ac0 (diff)
Add an option to save downloaded tarballs to local tarballs directory.
Sanitise CT_GetFile. Change some messages (Copying -> Retrieving).
Diffstat (limited to 'config/global.in')
-rw-r--r--config/global.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/global.in b/config/global.in
index 2721963..ae7596e 100644
--- a/config/global.in
+++ b/config/global.in
@@ -147,6 +147,15 @@ config LOCAL_TARBALLS_DIR
If you have previously downloaded the tarballs, enter the PATH where
you stored them here.
+config SAVE_TARBALLS
+ bool
+ prompt "Save new tarballs"
+ default n
+ depends on LOCAL_TARBALLS_DIR != ""
+ help
+ If you say 'y' here, new doanloaded tarballs will be saved in the
+ directory you entered above.
+
config PREFIX_DIR
string
prompt "Prefix directory"