diff options
author | Karl Berry <karl@freefriends.org> | 2007-01-25 23:10:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-01-25 23:10:51 +0000 |
commit | 50cbf726be47762cdb5ffe5f878835d3d9824e1c (patch) | |
tree | b503d0572026e33b43a5bcf2a9d9620dbee0e56f /Build/tools | |
parent | 8218838e087fa0a16866447137a703403f7b712c (diff) |
do not exclude setuptl.
git-svn-id: svn://tug.org/texlive/trunk@3811 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/tools')
-rwxr-xr-x | Build/tools/MakeImages.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/tools/MakeImages.sh b/Build/tools/MakeImages.sh index c4a78be54db..c7e9e4865bc 100755 --- a/Build/tools/MakeImages.sh +++ b/Build/tools/MakeImages.sh @@ -134,7 +134,6 @@ mkdir -p $WORK # we need at least gs, dviout and unzip from support (staw) $debug && echo " makeinst: copy top-level files..." -setup_files=`ls setuptl/* | fgrep -v x86_64` # no use in x86_64 binaries cd $master || exit 1 tar cf - \ .mkisofsrc config.* autorun.inf \ @@ -142,7 +141,7 @@ tar cf - \ COPYING \ LICENSE.TL \ README.* \ - $setup_files \ + setuptl/* \ support/gs854w32-tl.zip \ support/tex318w.zip \ support/unzip.exe \ |