summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlpkginfo
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-12-24 00:12:32 +0000
committerKarl Berry <karl@freefriends.org>2014-12-24 00:12:32 +0000
commit57cb67ae7c5220468344a53f91e761209f2befd0 (patch)
tree9b6fc6dbc42e2ac33bd2cd16f8b12e1f175796a5 /Master/tlpkg/bin/tlpkginfo
parentef31b48f807a4822060f948140ae8da734ee6d5f (diff)
ctanify (23dec14)
git-svn-id: svn://tug.org/texlive/trunk@35888 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-xMaster/tlpkg/bin/tlpkginfo22
1 files changed, 12 insertions, 10 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo
index 1243c6ed7d4..4dd5e86671a 100755
--- a/Master/tlpkg/bin/tlpkginfo
+++ b/Master/tlpkg/bin/tlpkginfo
@@ -179,21 +179,23 @@ sub find_ctan_dir {
if $me =~ /^hyphen-/ && ! $ctan_dir;
}
- # For cm, we just want the mf subdir of fonts/cm.
if ($me eq "cm") {
+ # For cm, we just want the mf subdir of fonts/cm.
$ctan_dir .= "/mf";
- }
- # For mathspic, we cannot use the catalogue directory:
- # we want to ignore the dos/ subdir and just go with the perl/.
- if ($me eq "mathspic") {
+ } elsif ($pkgname eq "cs") {
+ # For cs, we need to unpack from multiple tarballs,
+ # so copy the entire cstex directory.
+ $ctan_dir = "$CTAN/macros/cstex/base";
+
+ } elsif ($me eq "mathspic") {
+ # For mathspic, we cannot use the catalogue directory:
+ # we want to ignore the dos/ subdir and just go with the perl/.
$ctan_dir .= "/perl";
- }
- # For cs, we need to unpack from multiple tarballs,
- # so copy the entire cstex directory.
- if ($pkgname eq "cs") {
- $ctan_dir = "$CTAN/macros/cstex/base";
+ } elsif ($me eq "sauter") {
+ # and for sauter, just base.
+ $ctan_dir .= "/base";
}
# prepend ctan root if not an absolute dir (this happens when we make