diff options
-rw-r--r-- | config/global/paths.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/global/paths.in b/config/global/paths.in index f84abb7f..341d2075 100644 --- a/config/global/paths.in +++ b/config/global/paths.in @@ -23,7 +23,7 @@ config SAVE_TARBALLS config WORK_DIR string prompt "Working directory" if ! BACKEND - default "${CT_TOP_DIR}/targets" + default "${CT_TOP_DIR}/.build" help Set this to the directory where all build actions will be done. |