summaryrefslogtreecommitdiff
path: root/bin/db-update
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-07-04 08:40:58 +0200
committerErich Eckner <git@eckner.net>2017-07-04 08:40:58 +0200
commit7cf95815d55c0550566714e8359ee486dec5f884 (patch)
tree36d07bbccc96ebf478067640dc376aa2703a60e4 /bin/db-update
parentbb8c32133bd2d6a5ddf7efcab2ee0f0f2ac2c29a (diff)
downloadbuilder-7cf95815d55c0550566714e8359ee486dec5f884.tar.xz
bin/common-functions, bin/db-update: use tempdir outside of tmpfs
Diffstat (limited to 'bin/db-update')
-rwxr-xr-xbin/db-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/db-update b/bin/db-update
index 07da1f9..e1e785a 100755
--- a/bin/db-update
+++ b/bin/db-update
@@ -396,7 +396,7 @@ if ! flock ${block_flag} 8; then
exit 1
fi
-tmp_dir="$(mktemp -d)"
+tmp_dir="$(mktemp -d "${work_dir}/tmp.XXXXXX")"
clean_up_lock_file() {
rm -f "${package_database_lock_file}" "${build_list_lock_file}"