diff options
author | Norbert Preining <preining@logic.at> | 2016-05-16 00:33:33 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2016-05-16 00:33:33 +0000 |
commit | b4bd155553e61ae082569f8d671a9f740d044634 (patch) | |
tree | 49650c4d9248e8255ecfe30a914ce03b1fd809e1 /Master/texmf-dist | |
parent | fede31c23a0035aa8b5e5fea4e35d696b319240b (diff) |
tmp file rewrite
use one global tmp dir created with File::Temp and which will
be auto-removed. ALl other temp files and dirs are created
within this directory.
git-svn-id: svn://tug.org/texlive/trunk@41175 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index 666db5255bb..ac972a97605 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -2533,7 +2533,7 @@ sub action_update { # these two variables are used throughout this function my $root = $localtlpdb->root; - my $temp = "$root/temp"; + my $temp = TeXLive::TLUtils::tl_tmpdir(); # remove old _BACKUP packages that have piled up in temp # they can be recognized by their name starting with __BACKUP_ |