From d2478fbb8818ac2f4bc09e77ad5353f322e3607b Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 16 Dec 2015 14:39:59 +0100 Subject: always use mktemp with '-t -XXXX' --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_build.sh') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 7377335e..338c2076 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -715,7 +715,7 @@ build_rebuild() { # below is what controls the world # -TMPDIR=$(mktemp --tmpdir=/srv/reproducible-results -d) # where everything actually happens +TMPDIR=$(mktemp --tmpdir=/srv/reproducible-results -d -t rbuild-debian-XXXXXXXX) # where everything actually happens trap cleanup_all INT TERM EXIT cd $TMPDIR -- cgit v1.2.3-70-g09d2