summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-09-28 00:48:19 +0000
committerKarl Berry <karl@freefriends.org>2008-09-28 00:48:19 +0000
commit04ef73c3bd25a75afcb2d48745fb8a7d42819d5a (patch)
treed07f22b2835af71414e6efe5bdd354866bb29f37 /Master/tlpkg
parentc68df5600f6190607d37be25c0a9508e58ebfef6 (diff)
lshort-english update (25sep08)
git-svn-id: svn://tug.org/texlive/trunk@10764 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds
index f46ce1a0bca..2339f91638a 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -2679,7 +2679,7 @@ sub MAKElshort
&SYSTEM ("mkdir -p $destdir");
&SYSTEM ("$CP -r $packagedir/* $destdir");
# keep only pdf's to save space.
- &SYSTEM ("cd $destdir && $RM lshort*.ps *lshort*.ps.*z* lshort*.dvi lshort-*-book.zip");
+ &SYSTEM ("cd $destdir && $RM lshort*.ps *lshort*.ps.*z* lshort*.dvi* lshort-*-book.zip");
# remove symlinks such as README.
&SYSTEM ("cd $destdir && find -type l | xargs --no-run-if-empty rm");
}