diff options
author | Norbert Preining <preining@logic.at> | 2008-06-04 05:38:33 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-06-04 05:38:33 +0000 |
commit | c7946d2977728c203ab3ebf0970ad334bba995b0 (patch) | |
tree | d329b95aef6210fbc21892cee84caaa33fea4821 /Master/tlpkg | |
parent | 670c9053316ee331142a0783249d543d90756019 (diff) |
rename texlive-infra to texlive.infra
rename 0texlive.suport to texlive.support
adapt the rest of the packages to use the new names
git-svn-id: svn://tug.org/texlive/trunk@8536 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tl-make-install-pkg | 4 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/bin-texlive.tlpsrc | 6 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-basicbin.tlpsrc | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/texlive.infra.tlpsrc (renamed from Master/tlpkg/tlpsrc/texlive-infra.tlpsrc) | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/texlive.support.tlpsrc (renamed from Master/tlpkg/tlpsrc/0texlive.support.tlpsrc) | 4 |
5 files changed, 9 insertions, 9 deletions
diff --git a/Master/tlpkg/bin/tl-make-install-pkg b/Master/tlpkg/bin/tl-make-install-pkg index 0dd02d1bd41..44b1e38f1b5 100755 --- a/Master/tlpkg/bin/tl-make-install-pkg +++ b/Master/tlpkg/bin/tl-make-install-pkg @@ -111,8 +111,8 @@ die("Cannot find tlpdb in $installerdir!\n") unless defined($tlpdb); my $tlp = $tlpdb->get_package("00texlive.installer"); die("Cannot find package 00texlive.installer in ${installerdir}'s texlive.tlpdb\n") unless defined($tlp); -my $tlpinfra = $tlpdb->get_package("texlive-infra"); -die("Cannot find package texlive-infra in ${installerdir}'s texlive.tlpdb\n") unless defined($tlp); +my $tlpinfra = $tlpdb->get_package("texlive.infra"); +die("Cannot find package texlive.infra in ${installerdir}'s texlive.tlpdb\n") unless defined($tlp); my @unix; diff --git a/Master/tlpkg/tlpsrc/bin-texlive.tlpsrc b/Master/tlpkg/tlpsrc/bin-texlive.tlpsrc index 383a296dc55..c471ae5b86c 100644 --- a/Master/tlpkg/tlpsrc/bin-texlive.tlpsrc +++ b/Master/tlpkg/tlpsrc/bin-texlive.tlpsrc @@ -1,9 +1,9 @@ name bin-texlive category TLCore shortdesc executables internal to TeX Live -depend texlive-infra -# 0texlive.support ships the lzmadec, and for win32 tar, wget etc -depend 0texlive.support +depend texlive.infra +# texlive.support ships the lzmadec, and for win32 tar, wget etc +depend texlive.support runpattern f texmf/fmtutil/fmtutil-hdr.cnf runpattern f texmf/scripts/texlive/uninstall-win32.pl runpattern f texmf/scripts/texlive/tlmgr.pl diff --git a/Master/tlpkg/tlpsrc/collection-basicbin.tlpsrc b/Master/tlpkg/tlpsrc/collection-basicbin.tlpsrc index 2df4e345524..8267ac63761 100644 --- a/Master/tlpkg/tlpsrc/collection-basicbin.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-basicbin.tlpsrc @@ -21,4 +21,4 @@ depend bin-texlive depend bin-tex depend bin-texconfig depend bin-xdvi -depend texlive-infra +depend texlive.infra diff --git a/Master/tlpkg/tlpsrc/texlive-infra.tlpsrc b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc index a757b7db9e4..26665ca6e92 100644 --- a/Master/tlpkg/tlpsrc/texlive-infra.tlpsrc +++ b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc @@ -1,4 +1,4 @@ -name texlive-infra +name texlive.infra category TLCore docpattern f tlpkg/man/* docpattern f tlpkg/doc/* diff --git a/Master/tlpkg/tlpsrc/0texlive.support.tlpsrc b/Master/tlpkg/tlpsrc/texlive.support.tlpsrc index a32adbba938..9b34e5b7151 100644 --- a/Master/tlpkg/tlpsrc/0texlive.support.tlpsrc +++ b/Master/tlpkg/tlpsrc/texlive.support.tlpsrc @@ -1,10 +1,10 @@ -name 0texlive.support +name texlive.support category TLCore shortdesc Supporting binaries for TeX Live longdesc This package contains necessary binaries for the proper operation longdesc of some TeX Live components, currently the lzma binaries for all longdesc architectures, and additional binaries for win32 (tar, wget). -depend texlive-infra +depend texlive.infra # package installer runpattern f tlpkg/installer/wgetrc binpattern f/win32 tlpkg/installer/tar.exe |