summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-images7
1 files changed, 2 insertions, 5 deletions
diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images
index b28231df477..67031a17124 100755
--- a/Master/tlpkg/bin/tl-update-images
+++ b/Master/tlpkg/bin/tl-update-images
@@ -80,9 +80,6 @@ MAKEINST ()
cp -p $master/* $imgdir 2>/dev/null || true # intentionally skip dirs
cp -pr $master/readme* $master/source $imgdir # do these few dirs
- # tl-portable can't be run in compressed dist.
- rm -f $imgdir/tl-portable*
-
# included preformatted doc in new dir for the DVD.
mkdir $imgdir/texlive-doc
(cd $master/texmf/doc/texlive && tar cf - \
@@ -161,8 +158,8 @@ MAKETAR ()
cd $master
do_tar $NAME-$D-extra \
- LICENSE* README* autorun.inf *.html install* re* \
- tl-portable* tlpkg/TeXLive tlpkg/translations tlpkg/tlpostcode
+ LICENSE* README* autorun.inf *.html install* re* tl-* \
+ tlpkg/TeXLive tlpkg/translations tlpkg/tlpostcode
do_tar $NAME-$D-texmf texmf* || return