summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLConfig.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-08-26 11:51:41 +0000
committerNorbert Preining <preining@logic.at>2009-08-26 11:51:41 +0000
commit3a7b4e71fab6a3e7a48dfdd71b8bdf9d464e5201 (patch)
treeba7c446be3416db3569c80f2f1f43b0b6a57c6fe /Master/tlpkg/TeXLive/TLConfig.pm
parentad324bd0d49f2dea3fa7f7a20dc64f22770a07b9 (diff)
use tlmgr option repository, but also accept option location to
keep backward compatibility git-svn-id: svn://tug.org/texlive/trunk@14865 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLConfig.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLConfig.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm
index e90c000629e..c6fd878c66d 100644
--- a/Master/tlpkg/TeXLive/TLConfig.pm
+++ b/Master/tlpkg/TeXLive/TLConfig.pm
@@ -122,10 +122,11 @@ our %TLPDBConfigs = (
# ->[1] --> default value
# ->[2] --> tlmgr name
# ->[3] --> tlmgr description
+# the "option" is the value in the TLPDB
our %TLPDBOptions = (
"location" =>
- [ "u", "__MASTER__", "location",
+ [ "u", "__MASTER__", "repository",
"Default package repository" ],
"create_formats" =>
[ "b", 1, "formats",