summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2010-06-01 04:22:55 +0000
committerNorbert Preining <preining@logic.at>2010-06-01 04:22:55 +0000
commitcea9e0f017b19d18bba9a89898fcc66c2a5fae97 (patch)
treec206dbbe6f06b038923a173428bb232f243ceadc
parent2d743a1d929d2f2f7f67376dba76232ada3c3965 (diff)
set default backupdir for new installations
git-svn-id: svn://tug.org/texlive/trunk@18668 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/tlpkg/TeXLive/TLConfig.pm2
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",