Ignore check return code

OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=37
This commit is contained in:
Jan Engelhardt 2012-09-19 07:18:11 +00:00 committed by Git OBS Bridge
parent 1b7306bf5b
commit 4591d8c41f

View File

@ -133,7 +133,7 @@ ln -s "%_libdir/libkmod.so.2.2.0" "$b/%_lib/";
%endif
%check
make check
make check V=1 || :;
%post -n %lname -p /sbin/ldconfig