summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-08-18 16:55:30 +0000
committerKarl Berry <karl@freefriends.org>2007-08-18 16:55:30 +0000
commita96bc3be704d4909f42ebd3623d654cc93cd8a25 (patch)
tree2392f27f2efe8a6caef3a46cbd78269be1ff267c /Master/tlpkg
parent79a1653e83fdc96f6c2a68ef17352e746f6173f3 (diff)
put the .saved into /tmp
git-svn-id: svn://tug.org/texlive/trunk@4755 c570f23f-e606-0410-a88d-b1316a301751
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