diff options
author | Karl Berry <karl@freefriends.org> | 2007-01-12 01:21:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-01-12 01:21:35 +0000 |
commit | 0a029a4557c3517e1f07d338b2acce0f988e4fff (patch) | |
tree | 880d97340f773690940c08bdae8d2ffe9a2926b6 /Build/tools | |
parent | fcbb6b904438478f808efd17d9add09df4a6a990 (diff) |
texlive root probably not needed
git-svn-id: svn://tug.org/texlive/trunk@3353 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/tools')
-rwxr-xr-x | Build/tools/MakeImages.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Build/tools/MakeImages.sh b/Build/tools/MakeImages.sh index 35d1ca7a765..6ab6d6bea03 100755 --- a/Build/tools/MakeImages.sh +++ b/Build/tools/MakeImages.sh @@ -99,10 +99,8 @@ echo "--- `date` Writing complete live image to $live_iso." rm -f $target/$NAME$V-live-*.iso $target/$NAME$V-live-*.iso.md5 rm -f $target/$NAME$V-live-*.iso.bz2 $target/$NAME$V-live-*.iso.bz2.md5 - # make new image, excluding the compressed stuff and more, - # and moving everything to a texlive/ subdirectory, - # since that's how we release it on the DVD. - mkisofs $common_mkisofs_options -root texlive -x 00INST.TL \ + # make new image, excluding the compressed stuff and more. + mkisofs $common_mkisofs_options -x 00INST.TL \ -o $live_iso . (cd $target && md5sum `basename $live_iso`) >$live_iso.md5 |