summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-12-30 21:27:33 +0000
committerKarl Berry <karl@freefriends.org>2006-12-30 21:27:33 +0000
commit7cd3c426e85445da6bb912f0b653ae6a108b6a5f (patch)
treeb585fea595f4aa3de23c8be9137b85a11b632a3f /Build
parent5d7d54c932ed3030daa89d24663b0e7ce6bf9212 (diff)
can only have powerpc-darwin in inst.
git-svn-id: svn://tug.org/texlive/trunk@3039 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-xBuild/tools/MakeImages.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/tools/MakeImages.sh b/Build/tools/MakeImages.sh
index d578ff8950f..26d010b49db 100755
--- a/Build/tools/MakeImages.sh
+++ b/Build/tools/MakeImages.sh
@@ -184,7 +184,7 @@ for i in texmf/lists/*; do
# exclude binaries for all architectures except i386-linux, MacOSX, and
# Windows. No room any more.
(echo "$i" | grep '/bin-.*\.' \
- | egrep -v '\.(i386-linux|.*-darwin|win32)') \
+ | egrep -v '\.(i386-linux|powerpc-darwin|win32)') \
>/dev/null \
&& continue
# && ($debug && echo " excluding $i"; true) \