summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-05-22 22:11:15 +0000
committerKarl Berry <karl@freefriends.org>2011-05-22 22:11:15 +0000
commit6e7639ea832d72d76a258941e5751db5c9ced17f (patch)
treecf366240d079fadc5f9863fc74b1067264991893 /Master/tlpkg/libexec
parentb2aad21b139ae68b8aa85a2d2767851a2d25343f (diff)
lshort-portuguese 5.01 (22may11)
git-svn-id: svn://tug.org/texlive/trunk@22569 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-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 0ea4efb39d9..d77d0ed66fd 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -3535,7 +3535,7 @@ sub MAKElshort {
&SYSTEM ("$CP -r $packagedir/* $destdir");
# keep only the main pdf to save space.
&SYSTEM ("cd $destdir && $RM lshort*.ps *lshort*.ps.*z* lshort*.dvi");
- &SYSTEM ("cd $destdir && $RM lshort*-a5.pdf lshort*-letter.pdf");
+ &SYSTEM ("cd $destdir && $RM *lshort*-a5.pdf lshort*-letter.pdf");
&SYSTEM ("cd $destdir && $RM lshort-*-book.zip");
# remove symlinks such as README.
&SYSTEM ("cd $destdir && find -type l | xargs --no-run-if-empty rm");