mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 13:37:27 +08:00
fish.spec: on OBS, print config.log if configure unsuccessful
This commit is contained in:
parent
5a5b51c909
commit
0ba02ee3d1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user