From 2625a975200289d3705475ccdfa6d87882b4b971 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 20 Jun 2017 11:01:04 +0200 Subject: bin/db-update: use non-ramfs temp dir --- bin/db-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/db-update') diff --git a/bin/db-update b/bin/db-update index e37f19f..377691e 100755 --- a/bin/db-update +++ b/bin/db-update @@ -231,7 +231,7 @@ if ! flock ${block_flag} 8; then exit 1 fi -tmp_dir="$(mktemp -d)" +tmp_dir="$(mktemp -d "${work_dir}/tmpdir.XXXXXX")" clean_up_lock_file() { rm -f "${package_database_lock_file}" "${build_list_lock_file}" -- cgit v1.2.3-54-g00ecf