]> git.pld-linux.org Git - packages/ocaml-SDL.git/commitdiff
- fixed case when installed with ocamlfind
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 10 Dec 2005 23:08:03 +0000 (23:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ocaml-SDL.spec -> 1.9

ocaml-SDL.spec

index 0385e20926658b547383748666afca883dd425b5..7b693c54217534c6ce98be4c0bb92a0bef338ed8 100644 (file)
@@ -66,7 +66,8 @@ install -d $RPM_BUILD_ROOT
 %{__make} install \
        OCAMLLIBDIR=%{_libdir}/ocaml \
        OCAMLSDLDIR=%{_libdir}/ocaml/sdl \
 %{__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
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.043037 seconds and 4 git commands to generate.