summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/tlpdb-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpdb-update b/Master/tlpkg/bin/tlpdb-update
index f4405214876..b6a79cfc891 100755
--- a/Master/tlpkg/bin/tlpdb-update
+++ b/Master/tlpkg/bin/tlpdb-update
@@ -11,6 +11,6 @@ unset CDPATH
cd `dirname $0`/../.. || exit 1
perl tlpkg/bin/tlpsrc2tlpdb tlpkg/tlpsrc/*.tlpsrc >texlive.tlpdb.new
-mv texlive.tlpdb texlive.tlpdb.saved
+mv texlive.tlpdb ${TMPDIR-/tmp}/texlive.tlpdb.saved
mv texlive.tlpdb.new texlive.tlpdb