diff options
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/install-tl b/Master/install-tl index 3847c0c553c..0822249b1a4 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -652,6 +652,10 @@ sub do_postinst_stuff { rmtree("$TEXDIR/TeXLive::TLConfig::RelocTree/tlpkg"); } + # + # create package backup directory for tlmgr autobackup to work + mkdirhier("$TEXDIR/$TeXLive::TLConfig::PackageBackupDir"); + # final program execution # we have to do several things: # - clean the environment from spurious TEXMF related variables |