Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add a symlink to SDL 1.2 for SDL 1.1
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
SDL.spec.in
|
@@ -44,6 +44,7 @@ make |
|
|
%install |
|
|
rm -rf $RPM_BUILD_ROOT |
|
|
make install prefix=$RPM_BUILD_ROOT/%{prefix} |
|
|
ln -s libSDL-1.2.so.0 $RPM_BUILD_ROOT/%{prefix}/lib/libSDL-1.1.so.0 |
|
|
|
|
|
%clean |
|
|
rm -rf $RPM_BUILD_ROOT |
|
|