Fix: Don't check on i686.

Signed-off-by: Fabian Deutsch <fabian.deutsch@gmx.de>
This commit is contained in:
Fabian Deutsch 2011-09-26 13:27:21 +02:00
parent 7659749ea5
commit f18afbdf4b

View File

@ -78,7 +78,7 @@ rm -rf %{buildroot}
%check %check
%ifnarch s390 s390x ppc ppc64 %{arm} %ifnarch s390 s390x ppc ppc64 %{arm} i686
make check make check
%endif %endif