diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-03 00:17:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-03 00:17:38 +0000 |
commit | e96166e34d43702d97cc679982633af24890aaf1 (patch) | |
tree | f94d85d4e5158d4d3b5dd91401d3710d13328e69 /Master/tlpkg/bin/tl-update-images | |
parent | 037b815f75f28884799427d962edd4e64e294483 (diff) |
fmttriggers for pdftex need tex-ini-files now rather than pdftex
git-svn-id: svn://tug.org/texlive/trunk@40855 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-images')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-images | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images index f0f854ef7d8..9d996fd011e 100755 --- a/Master/tlpkg/bin/tl-update-images +++ b/Master/tlpkg/bin/tl-update-images @@ -77,7 +77,7 @@ MAKEINST () echo "-- `date` writing iso to $iso" # remove old images, checksums, signatures, versioned and generic. - rm -f $iso* $prefix.iso* + rm -f $iso* $prefix*.iso* # the image consists of the tlnet tree and the top-level files # from master, more or less. |