Accepting request 85830 from home:elvigia:branches:devel:libraries:c_c++

Broken macro usage

OBS-URL: https://build.opensuse.org/request/show/85830
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libssh2_org?expand=0&rev=28
This commit is contained in:
Cristian Rodríguez 2011-09-30 19:59:17 +00:00 committed by Git OBS Bridge
parent aca8bbe8bc
commit 1d726d074a

View File

@ -82,7 +82,7 @@ make install DESTDIR=%{buildroot}
rm -f %{buildroot}%{_libdir}/*.la
%check
%if !%qemu_user_space_build
%if ! 0%{?qemu_user_space_build}
make check
%endif