summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2010-06-01 05:40:45 +0000
committerNorbert Preining <preining@logic.at>2010-06-01 05:40:45 +0000
commit7b2eadfec60ec5bc7ad35b7d0f42244791b56359 (patch)
treee7110c90e6ff3d71a96a0c6d905d6442721e7918 /Master/install-tl
parentcea9e0f017b19d18bba9a89898fcc66c2a5fae97 (diff)
- create one spot where the default initial backup dir location is configured
$TeXLive::TLConfig::PackageBackupDir - create package backup directory in install-tl git-svn-id: svn://tug.org/texlive/trunk@18669 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl4
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