summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-containers
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-07-08 13:01:20 +0000
committerNorbert Preining <preining@logic.at>2008-07-08 13:01:20 +0000
commitaa119be73d73727e173789d45ee2a40bfe0e62c6 (patch)
treea470469e15442848b63bf162d3afb80305fbf69c /Master/tlpkg/bin/tl-update-containers
parent556c8fb15a545d032fe1bb0054304c96ae6ec282 (diff)
install-tl (and tlmgr and and):
- use -location as installation source selection tool - remove -media - remove various functions from TLUtils.pm . remove NetArchive/DiskArchive distinction, only TLUtils::Archive remains and that is "archive" git-svn-id: svn://tug.org/texlive/trunk@9361 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-containers')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-containers6
1 files changed, 2 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/tl-update-containers b/Master/tlpkg/bin/tl-update-containers
index 88995501604..c7db1489997 100755
--- a/Master/tlpkg/bin/tl-update-containers
+++ b/Master/tlpkg/bin/tl-update-containers
@@ -63,7 +63,7 @@ sub main
my @todopacks = ();
my @removepacks = ();
- my $opt_containerdir = "$opt_location/$TeXLive::TLConfig::NetArchive";
+ my $opt_containerdir = "$opt_location/$TeXLive::TLConfig::Archive";
my %count;
my $nettlpdb;
@@ -234,9 +234,7 @@ tl-update-containers [OPTION]...
=item B<-location> I</container/dir>
The location to find the previously generated containers;
-default is C<./tlpkg>. If this is changed so that the containers appear
-in a different directory on the net, then you need to also
-specify C<<--netarchive>> to C<install-tl.pl> or they will not be found.
+default is C<./archive>.
=back