SPECS: ocaml-SDL.spec - fixed case when installed with ocamlfind

baggins baggins at pld-linux.org
Sun Dec 11 00:08:08 CET 2005


Author: baggins                      Date: Sat Dec 10 23:08:08 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed case when installed with ocamlfind

---- Files affected:
SPECS:
   ocaml-SDL.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/ocaml-SDL.spec
diff -u SPECS/ocaml-SDL.spec:1.8 SPECS/ocaml-SDL.spec:1.9
--- SPECS/ocaml-SDL.spec:1.8	Sat Dec 10 20:00:07 2005
+++ SPECS/ocaml-SDL.spec	Sun Dec 11 00:08:03 2005
@@ -67,7 +67,8 @@
 %{__make} install \
 	OCAMLLIBDIR=%{_libdir}/ocaml \
 	OCAMLSDLDIR=%{_libdir}/ocaml/sdl \
-	DESTDIR=$RPM_BUILD_ROOT
+	DESTDIR=$RPM_BUILD_ROOT \
+	OCAMLFIND_DESTDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -89,6 +90,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2005/12/10 23:08:03  baggins
+- fixed case when installed with ocamlfind
+
 Revision 1.8  2005/12/10 19:00:07  baggins
 - updated to 0.7.2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ocaml-SDL.spec?r1=1.8&r2=1.9&f=u




More information about the pld-cvs-commit mailing list