From 633a9409ae245b06ad5ae6a9b68853879cad03dc Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 18 Jan 2018 15:21:01 +0100 Subject: put name of creating script into name of temporary directories --- 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 5f19a28..827dc05 100755 --- a/bin/db-update +++ b/bin/db-update @@ -388,7 +388,7 @@ if [ -s "${work_dir}/build-master-sanity" ]; then exit fi -tmp_dir=$(mktemp -d "${work_dir}/tmp.XXXXXX") +tmp_dir=$(mktemp -d "${work_dir}/tmp.db-update.XXXXXXXXXX") trap 'rm -rf --one-file-system "${tmp_dir}"' EXIT for package in ${packages_to_force_stabilize}; do -- cgit v1.2.3-54-g00ecf