diff options
author | Norbert Preining <preining@logic.at> | 2010-06-01 04:22:55 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2010-06-01 04:22:55 +0000 |
commit | cea9e0f017b19d18bba9a89898fcc66c2a5fae97 (patch) | |
tree | c206dbbe6f06b038923a173428bb232f243ceadc /Master/tlpkg/TeXLive | |
parent | 2d743a1d929d2f2f7f67376dba76232ada3c3965 (diff) |
set default backupdir for new installations
git-svn-id: svn://tug.org/texlive/trunk@18668 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r-- | Master/tlpkg/TeXLive/TLConfig.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index f3b271ee81f..315c88d5517 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -129,7 +129,7 @@ our %TLPDBOptions = ( [ "n:-1..", 1, "autobackup", "Number of backups to keep" ], "backupdir" => - [ "p", "", "backupdir", + [ "p", "tlpkg/package-backups", "backupdir", "Directory for backups" ], "create_formats" => [ "b", 1, "formats", |