diff options
author | Norbert Preining <preining@logic.at> | 2007-11-12 14:44:58 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-11-12 14:44:58 +0000 |
commit | 24fb5db2efc662750c66a574ff7d4f26da25b5cb (patch) | |
tree | 18ee14d83c12c4fa907eaab5e7d492310b7e0d65 /Master/tlpkg/TeXLive/TLConfig.pm | |
parent | e3a55203b187442b52adda96ed2daf039a5fe9fc (diff) |
- allow the generation of tar.lzma files
- specify the location of the infra stuff in TLConfig.pm
git-svn-id: svn://tug.org/texlive/trunk@5409 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLConfig.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLConfig.pm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index b858798fca6..9c0b72ea254 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -17,6 +17,7 @@ BEGIN { $MetaCategoriesRegexp $CategoriesRegexp $DefaultCategory + $InfraLocation ); } @@ -33,6 +34,10 @@ our $CategoriesRegexp = '(Collection|Scheme|Package|TLCore|Documentation)'; our $DefaultCategory = "Package"; +# location of various infra files (texlive.tlpdb, .tlpobj etc) +# relative to a root (e.g., the Master/, or the installation path) +our $InfraLocation = "tlpkg"; + 1; @@ -79,6 +84,11 @@ A regexp matching any category. The default category used when creating new packages. +=item C<$TeXLive::TLConfig::InfraLocation> + +The location of various infrastructural files (texlive.tlpdb, tlpobj files, +etc) relative to the root of the installation. + =back =head1 SEE ALSO |