diff options
author | Norbert Preining <preining@logic.at> | 2007-11-22 00:59:31 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-11-22 00:59:31 +0000 |
commit | 705aa6c16727ba02f401de3c2778a421bddc3288 (patch) | |
tree | 247f7280b4198315fdccd402a6fec9449a88329e /Master/tlpkg/TeXLive/TLConfig.pm | |
parent | dfb6bdbf57381dee41c53ad055efe834086443d7 (diff) |
sizes are now number of 4k blocks, and number of blocks is computed on
a blocks per file basis.
git-svn-id: svn://tug.org/texlive/trunk@5541 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLConfig.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLConfig.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index 9c0b72ea254..b883f3488de 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -18,6 +18,7 @@ BEGIN { $CategoriesRegexp $DefaultCategory $InfraLocation + $BlockSize ); } @@ -38,6 +39,8 @@ our $DefaultCategory = "Package"; # relative to a root (e.g., the Master/, or the installation path) our $InfraLocation = "tlpkg"; +our $BlockSize = 4096; + 1; @@ -89,6 +92,10 @@ The default category used when creating new packages. The location of various infrastructural files (texlive.tlpdb, tlpobj files, etc) relative to the root of the installation. +=item C<$TeXLive::TLConfig::BlockSize> + +The assumed block size, currently 4k. + =back =head1 SEE ALSO |