diff options
Diffstat (limited to 'config/global.in')
-rw-r--r-- | config/global.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/global.in b/config/global.in index 2721963e..ae7596e6 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" |