summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-01-20 23:47:22 +0000
committerKarl Berry <karl@freefriends.org>2020-01-20 23:47:22 +0000
commitccb63c1ed4b6147d9b4aad1deee168bbd5b6476e (patch)
tree59574f7d5008091070b04a7655b03ccb9b08393c /Master/tlpkg
parent1044371683689bf3034a49c74f8e04bbb10f8d83 (diff)
epspdf from ctan again
git-svn-id: svn://tug.org/texlive/trunk@53472 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-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";
}