summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 98bb619aeba..eca5e32945b 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -6206,7 +6206,7 @@ sub POSTeplain {
sub POSTepspdf {
print "POST$package - construct images subdir\n";
&xmkdir ("images");
- &SYSTEM ("$MV *.png images/");
+ &SYSTEM ("$MV *.png logo.* images/");
&SYSTEM ("$MV *.bat epspdf.texlua /tmp/");
print "YOU-MUST-DO! update /tmp/$package* into bin/win32, etc.\n";
}