diff options
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. |