diff options
author | Christopher Aillon <caillon@redhat.com> | 2011-02-10 19:58:25 -0800 |
---|---|---|
committer | Christopher Aillon <caillon@redhat.com> | 2011-02-10 19:58:25 -0800 |
commit | ba1527bccad2c9d020ed563a03abf65213390c9d (patch) | |
tree | 8e819c3e3c4ee07d13a269a089d23331768e6698 /firefox.spec | |
parent | Remove some unused local variables (diff) | |
download | librewolf-fedora-ff-ba1527bccad2c9d020ed563a03abf65213390c9d.tar.gz librewolf-fedora-ff-ba1527bccad2c9d020ed563a03abf65213390c9d.tar.bz2 librewolf-fedora-ff-ba1527bccad2c9d020ed563a03abf65213390c9d.zip |
Use %{ix86} instead of i386 i686
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 2 |
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 |