From ba1527bccad2c9d020ed563a03abf65213390c9d Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Thu, 10 Feb 2011 19:58:25 -0800 Subject: Use %{ix86} instead of i386 i686 --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit