summaryrefslogtreecommitdiff
path: root/Build/tools/MakeImages.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Build/tools/MakeImages.sh')
-rwxr-xr-xBuild/tools/MakeImages.sh9
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 -@