summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 0b975b7fdb5..2a5692f259a 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -485,6 +485,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'ltxmisc', "die 'skipping, too complicated, sorry'",
'ltxtable', "die 'skipping, use carlisle'",
'luaindex', "die 'skipping, try again when 2011 luatex is in'",
+ 'luapersian', "&MAKEflatten",
'lucida', "die 'skipping, nonfree font'",
'lucidabr', "die 'skipping, nonfree font'",
'lxfonts', "&MAKEcopy",
@@ -2892,7 +2893,7 @@ sub runmf
sub runfonts {
$Foundry = $specialfoundry{$package} || $standardfoundry;
- for (grep(/.vf/,@filenames)) {
+ for (grep(/\.vf$/, @filenames)) {
$needdir=1;
print "\t\t install VF $_\n";
($FileBase,$Filepath,$Filesuffix) = fileparse($_,"\.[A-z]*");