summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/tlpkg/etc/tlrepo-from-minimals.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/etc/tlrepo-from-minimals.pl b/Master/tlpkg/etc/tlrepo-from-minimals.pl
index 24c053ccb0a..ce2e397286e 100644
--- a/Master/tlpkg/etc/tlrepo-from-minimals.pl
+++ b/Master/tlpkg/etc/tlrepo-from-minimals.pl
@@ -75,7 +75,7 @@ if ($opt_context) {
system("mkdir -p $tmp/bin/$min_to_tl_arch{$i}");
system("cp -a $source/$dist/bin/context/$i/bin/* $tmp/bin/$min_to_tl_arch{$i}");
if ($i eq "mswin") {
- info("WARNING: How should we ship metafun for Win32???\n");
+ system("cp -a $tmp/bin/$min_to_tl_arch{$i}/mpost.exe $tmp/bin/$min_to_tl_arch{$i}/metafun.exe");
} else {
system("ln -s mpost $tmp/bin/$min_to_tl_arch{$i}/metafun");
}
@@ -120,7 +120,7 @@ if ($opt_luatex) {
system("mkdir -p $tmp/bin/$min_to_tl_arch{$i}");
system("cp -a $source/$dist/bin/luatex/$i/bin/* $tmp/bin/$min_to_tl_arch{$i}");
if ($i eq "mswin") {
- info("WARNING: How should we ship pdfluatex for Win32???\n");
+ system("cp -a $tmp/bin/$min_to_tl_arch{$i}/luatex.exe $tmp/bin/$min_to_tl_arch{$i}/pdfluatex.exe");
} else {
system("ln -s luatex $tmp/bin/$min_to_tl_arch{$i}/pdfluatex");
}