From 797e6cef352b532d82a5c453d1aa23eb487bb517 Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Apr 13 2009 20:48:45 +0000 Subject: Fix typo. --- diff --git a/eclipse.spec b/eclipse.spec index 5b19350..5f3e15d 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -471,7 +471,7 @@ IFS=' popd rm -rf plugins/org.eclipse.swt.gtk.linux.%{_arch} mv plugins/org.eclipse.swt.gtk.linux.{ppc,%{_arch}} - pushd plugins/org.eclipse.swt.gtk.linux.linux.%{_arch} + pushd plugins/org.eclipse.swt.gtk.linux.%{_arch} for f in $(find -type f); do sed -i -e "s/ppc/%{_arch}/g" $f tofile=$(echo $f | sed "s/ppc/%{_arch}/")