fish.spec: on OBS, print config.log if configure unsuccessful

This commit is contained in:
David Adam 2016-12-13 08:04:28 +08:00
parent 5a5b51c909
commit 0ba02ee3d1

View File

@ -42,7 +42,11 @@ is simple but incompatible with other shell languages.
export CC=gcc48
export CXX=g++48
%endif
%if 0%{?opensuse_bs}
%configure || cat config.log
%else
%configure
%endif
make %{?_smp_mflags}
%install