diff options
author | Norbert Preining <preining@logic.at> | 2007-12-03 15:11:01 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-12-03 15:11:01 +0000 |
commit | 8769358c65a1821de408076b69cf94f3ce2073a4 (patch) | |
tree | a827b5dda42bd3712f55c7adf38d978d25c30322 /Master/tlpkg/bin/tlpdb2list | |
parent | 9edb5feefe19dfb1ba540bbcca521a1904136609 (diff) |
BIG change: no TLPDB->location anymore, but TLPDB->root
git-svn-id: svn://tug.org/texlive/trunk@5697 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpdb2list')
-rwxr-xr-x | Master/tlpkg/bin/tlpdb2list | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tlpdb2list b/Master/tlpkg/bin/tlpdb2list index 1d4082bf994..f2b74a37a1f 100755 --- a/Master/tlpkg/bin/tlpdb2list +++ b/Master/tlpkg/bin/tlpdb2list @@ -36,7 +36,7 @@ if (! -d $opt_outputdir) { die "cannot read tlpdb $ARGV[0]." if (! -r "$ARGV[0]"); -my $tlpdb = new TeXLive::TLPDB (location => $ARGV[0]); +my $tlpdb = new TeXLive::TLPDB (root => $ARGV[0]); $tlpdb->generate_listfiles ($opt_outputdir); __END__ @@ -47,7 +47,7 @@ tlpdb2list - generates list files from a TeX Live Package Database =head1 SYNOPSIS -tlpdb2list [OPTION]... texlive.tlpdb +tlpdb2list [OPTION]... /path/to/installation/root/ =head1 OPTIONS @@ -65,7 +65,8 @@ See the tlpfiles documentation for details. =head1 DESCRIPTION B<tlpdb2list> generates list files necessary for the installer from the -TeX Live Package Database. +TeX Live Package Database found in the installation given on the +command line. =head1 AUTHORS AND COPYRIGHT |