summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@redhat.com>2011-02-10 19:58:25 -0800
committerChristopher Aillon <caillon@redhat.com>2011-02-10 19:58:25 -0800
commitba1527bccad2c9d020ed563a03abf65213390c9d (patch)
tree8e819c3e3c4ee07d13a269a089d23331768e6698
parentRemove some unused local variables (diff)
downloadlibrewolf-fedora-ff-ba1527bccad2c9d020ed563a03abf65213390c9d.tar.gz
librewolf-fedora-ff-ba1527bccad2c9d020ed563a03abf65213390c9d.tar.bz2
librewolf-fedora-ff-ba1527bccad2c9d020ed563a03abf65213390c9d.zip
Use %{ix86} instead of i386 i686
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index d525c95..c773a80 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -1,5 +1,5 @@
# Separated plugins are supported on x86(64) only
-%ifarch i386 i686 x86_64
+%ifarch %{ix86} x86_64
%define separated_plugins 1
%else
%define separated_plugins 0
bgstack15