diff options
Diffstat (limited to 'Build/tools/MakeImages.sh')
-rwxr-xr-x | Build/tools/MakeImages.sh | 2 |
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) \ |