diff --git a/eclipse.spec b/eclipse.spec index 7a9ed2e..d61f0cc 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -419,7 +419,7 @@ sed -i "s/\(rootFileslinux_gtk_\)ppc64/\1ppc128/g" \ # Move all of the ia64 directories and files to ppc64 or sparc{,64} or alpha dirs and replace # the ia64 strings with ppc64, etc. %ifarch ppc64 sparc sparcv9 sparc64 alpha - for f in $(find -name \*ia64\* | grep -v motif | grep -v ia64_32); do + for f in $(find -name \*ia64\* | grep -v motif | grep -v ia64_32 | grep -v win32); do tofile=$(echo $f | sed "s/ia64/%{_arch}/") mv $f $tofile # sed --in-place "s/ia64/%{_arch}/g" $tofile