diff options
author | Karl Berry <karl@freefriends.org> | 2006-12-30 19:29:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-12-30 19:29:05 +0000 |
commit | e28f50c2733a7d8b953b4f3b95fc20a951bc44ba (patch) | |
tree | 7e5d6a96525c4287e0084336c6d38250de8d8883 /Build/tools | |
parent | 21bfe26ee006b2d9d084e27853a50bd8c0b0d0b4 (diff) |
doc
git-svn-id: svn://tug.org/texlive/trunk@3034 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/tools')
-rwxr-xr-x | Build/tools/MakeImages.sh | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Build/tools/MakeImages.sh b/Build/tools/MakeImages.sh index ebed489a8f4..d578ff8950f 100755 --- a/Build/tools/MakeImages.sh +++ b/Build/tools/MakeImages.sh @@ -9,7 +9,8 @@ # c) demo: live subset which can be run as is (CD) # but this was dropped in 2004. # -# Copyright (c) Sebastian Rahtz 2003, 2004, 2005, 2006. +# Copyright 2003, 2004, 2005 Sebastian Rahtz. +# Copyright 2006 TeX Users Group. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -40,15 +41,17 @@ D=`date +%Y%m%d` debug=${OVERRIDE_DEBUG-false} target=/home/ftp/texlive/Images/test -work=/var/tmp/TL_$$ +work=/home/texlive/tmp/TL_$$ zippath=/usr/local/bin quiet= # for passing to mkisofs makelive=true makeinst=true +mkisofs=mkisofs while test $# -gt 0; do case $1 in --debug) debug=true; quiet=;; + --mkisofs=*) mkisofs=`echo $1 | sed 's/.*=//'`;; --noinst) makeinst=false;; --nolive) makelive=false;; --quiet) quiet=-quiet;; @@ -183,8 +186,8 @@ for i in texmf/lists/*; do (echo "$i" | grep '/bin-.*\.' \ | egrep -v '\.(i386-linux|.*-darwin|win32)') \ >/dev/null \ - && ($debug && echo " excluding $i"; true) \ && continue +# && ($debug && echo " excluding $i"; true) \ I=`basename $i` cat $i | zip -y -q -r $WORK/archive/$I.zip -@ |