forked from pool/SDL_bgi
do away with unnecessary conditional
OBS-URL: https://build.opensuse.org/package/show/graphics/SDL_bgi?expand=0&rev=65
This commit is contained in:
parent
66969bbb2c
commit
3fd2deecb1
@ -66,11 +66,7 @@ together.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%define build_args %{nil}
|
||||
%if 0%{?suse_version} < 1600
|
||||
%define build_args -DCMAKE_INSTALL_DOCDIR:PATH=%{_docdir}/%{name}
|
||||
%endif
|
||||
%cmake %{build_args}
|
||||
%cmake -DCMAKE_INSTALL_DOCDIR:PATH="%_docdir/%name"
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user