summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/schroot-create.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/schroot-create.sh b/bin/schroot-create.sh
index 40833fbc..c533d2e5 100755
--- a/bin/schroot-create.sh
+++ b/bin/schroot-create.sh
@@ -39,7 +39,7 @@ shift
SUITE="$1"
shift
-TMPLOG=$(mktemp)
+TMPLOG=$(mktemp --tmpdir=$TMPDIR schroot-create-XXXXXXXX)
declare -a EXTRA_SOURCES
if [ "$SUITE" = "experimental" ] ; then