diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-05-02 15:38:29 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-05-02 15:38:29 +0000 |
commit | 00fbe3660d924502d80b22ee3e02680ee2a3e4e5 (patch) | |
tree | 0dcad57e1be61206db588447ac6cf8776dc3aff2 /Master/tlpkg/bin | |
parent | bb6f6f190e4dbaa9d0fd30034518f070caa56df0 (diff) |
kpfonts update (from tds zip) pt2
git-svn-id: svn://tug.org/texlive/trunk@7806 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 68a53322ba7..ee23f45a737 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -209,7 +209,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'jsclasses', "die 'skipping, requires nonfree ptex/platex'", 'kerkis', "&MAKEflatten", 'koma-script', "&MAKEkoma", - 'kpfonts', "&MAKEflatten", + 'kpfonts', "&MAKEunzip", 'kurier', "&MAKEcopy", 'kuvio', "die 'skipping, nonfree license'", 'latex', "&MAKEcopy", # we use latex-tds/base.zip @@ -2412,7 +2412,7 @@ sub MAKEdisser print "\t SPECIAL $package\n"; &SYSTEM ("$MV -f src/* ."); &buildfilelist; - &donormal; + &donormal ("nosetup"); } sub MAKEeasy { |