summaryrefslogtreecommitdiff
path: root/Build/source/texk/tests/TeXLive/TLConfig.pm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-18 22:58:52 +0000
committerKarl Berry <karl@freefriends.org>2013-04-18 22:58:52 +0000
commit5514e6a9c75aa1f87e470e29227c3a78b6659eca (patch)
treed4b47b9e992ae986c26fa0420eafa2de2e006c6a /Build/source/texk/tests/TeXLive/TLConfig.pm
parentfebfb1187ddff290a6d332009db5797488c693de (diff)
sync
git-svn-id: svn://tug.org/texlive/trunk@30017 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/tests/TeXLive/TLConfig.pm')
-rw-r--r--Build/source/texk/tests/TeXLive/TLConfig.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/texk/tests/TeXLive/TLConfig.pm b/Build/source/texk/tests/TeXLive/TLConfig.pm
index 6eb7755df44..4e88b3aa484 100644
--- a/Build/source/texk/tests/TeXLive/TLConfig.pm
+++ b/Build/source/texk/tests/TeXLive/TLConfig.pm
@@ -5,7 +5,7 @@
package TeXLive::TLConfig;
-my $svnrev = '$Revision: 29725 $';
+my $svnrev = '$Revision: 29883 $';
my $_modulerevision;
if ($svnrev =~ m/: ([0-9]+) /) {
$_modulerevision = $1;
@@ -184,7 +184,8 @@ our %TLPDBOptions = (
our %TLPDBSettings = (
"platform" => [ "s", "Main platform for this computer" ],
- "available_architectures" => [ "l", "All available/installed architectures" ]
+ "available_architectures" => [ "l", "All available/installed architectures" ],
+ "usertree" => [ "b", "This tree acts as user tree" ]
);
our $WindowsMainMenuName = "TeX Live $ReleaseYear";