diff --git a/SDL_sound.spec b/SDL_sound.spec index 44ed4de..0ca2e8d 100644 --- a/SDL_sound.spec +++ b/SDL_sound.spec @@ -81,6 +81,7 @@ on-the-fly and behind-the-scenes. b="%buildroot" mkdir -p "$b/%_libdir" "$b/%_includedir/SDL" "$b/%_bindir" cp -av build/libSDL* "$b/%_libdir/" +ln -s libSDL2_sound.so "$b/%_libdir/libSDL_sound.so" cp -av src/SDL_sound.h "$b/%_includedir/SDL/" cp -av build/play* "$b/%_bindir/"