commit: 51d806875ebd575a9d6ec71ec3a2c6fc5bf0ee4b
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 30 23:12:56 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Apr 30 23:12:56 2020 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=51d80687
catalyst-auto: Add fallback for unset storedir
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
tools/catalyst-auto | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/catalyst-auto b/tools/catalyst-auto
index f8258545..0cd9275f 100755
--- a/tools/catalyst-auto
+++ b/tools/catalyst-auto
@@ -268,6 +268,7 @@ run_catalyst_commands() {
# Some configs will set this explicitly, so don't clobber it.
: ${BUILD_SRCDIR_BASE:=$(catalyst_var storedir)}
+ : ${BUILD_SRCDIR_BASE:=/var/tmp/catalyst}
# See if we had a recent success.
if [[ ${lastrun} != 0 ]]; then