diff options
author | Karl Berry <karl@freefriends.org> | 2010-06-01 22:17:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-06-01 22:17:30 +0000 |
commit | 6129624c956a9df473a67c1e33481ca4ad65daa4 (patch) | |
tree | 783543942ce7825b1cf696b4721314dd07aba400 /Master | |
parent | 5f7fd22047a5891eca563b25bd3f3e2386b3b9c7 (diff) |
backups not package-backups
git-svn-id: svn://tug.org/texlive/trunk@18682 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/TeXLive/TLConfig.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index 02d9dbc75c2..f13ebbd94a2 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -75,8 +75,8 @@ our $DefaultCategory = "Package"; our $InfraLocation = "tlpkg"; our $DatabaseName = "texlive.tlpdb"; -# location of backups in default autobackup setting -our $PackageBackupDir = "$InfraLocation/package-backups"; +# location of backups in default autobackup setting (under tlpkg) +our $PackageBackupDir = "$InfraLocation/backups"; our $BlockSize = 4096; |