[SDL2] spec: SDL to SDL2

Igor Gnatenko ignatenkobrain at fedoraproject.org
Sat Aug 24 09:24:45 UTC 2013


commit 41db146ffd809207ead3c7e387599d9d0f3ccd75
Author: Igor Gnatenko <i.gnatenko.brain at gmail.com>
Date:   Sat Aug 24 13:24:31 2013 +0400

    spec: SDL to SDL2
    
    Signed-off-by: Igor Gnatenko <i.gnatenko.brain at gmail.com>

 SDL2.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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-<arch>.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


More information about the scm-commits mailing list