diff options
Diffstat (limited to 'conf/default.conf')
-rwxr-xr-x | conf/default.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/default.conf b/conf/default.conf index c58849d..a31c41b 100755 --- a/conf/default.conf +++ b/conf/default.conf @@ -97,6 +97,10 @@ if [ -z "${build_list_lock_file}" ]; then build_list_lock_file="${work_dir}/build-list.lock" fi +if [ -z "${sanity_check_lock_file}" ]; then + sanity_check_lock_file="${work_dir}/sanity-check.lock" +fi + if [ -z "${package_database_lock_file}" ]; then package_database_lock_file="${work_dir}/package-database.lock" fi |