diff options
author | Karl Berry <karl@freefriends.org> | 2011-06-18 22:46:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-06-18 22:46:06 +0000 |
commit | e51e79e0fa5d6c4461ce15248e7a226c8954f338 (patch) | |
tree | 05c806e744cd58389babf29d85c3e02b5423c41f /Master/tlpkg/bin/tl-update-images | |
parent | 7d2d0bb235983b90de2a06871b0975a5c765cdd4 (diff) |
(MAKETAR): use tl-* instead of tl-portable*, since
we now have tl-tray-menu.exe instead of tl-portable*.
git-svn-id: svn://tug.org/texlive/trunk@23047 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-images')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-images | 7 |
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 |