From 41db146ffd809207ead3c7e387599d9d0f3ccd75 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 24 Aug 2013 13:24:31 +0400 Subject: [PATCH] spec: SDL to SDL2 Signed-off-by: Igor Gnatenko --- SDL2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDL2.spec b/SDL2.spec index 82ab406..5259a38 100644 --- a/SDL2.spec +++ b/SDL2.spec @@ -74,7 +74,7 @@ make %{?_smp_mflags} # Rename SDL_config.h to SDL_config-.h to avoid file conflicts on # multilib systems and install SDL_config.h wrapper -mv %{buildroot}%{_includedir}/SDL/SDL_config.h %{buildroot}%{_includedir}/SDL2/SDL_config-%{_arch}.h +mv %{buildroot}%{_includedir}/SDL2/SDL_config.h %{buildroot}%{_includedir}/SDL2/SDL_config-%{_arch}.h install -p -m 644 %{SOURCE1} %{buildroot}%{_includedir}/SDL2/SDL_config.h # remove libtool .la file